diff options
author | 2022-07-30 20:55:02 +0300 | |
---|---|---|
committer | 2022-07-30 20:55:02 +0300 | |
commit | f762a39054dea530c824a73c78bd881bcd704622 (patch) | |
tree | 2c9cbacde90cf4d69cd02f9c662339d3074e7354 /sys-libs | |
parent | dev-util/lldb: Stabilize 14.0.6 arm64, #861950 (diff) | |
download | gentoo-f762a39054dea530c824a73c78bd881bcd704622.tar.gz gentoo-f762a39054dea530c824a73c78bd881bcd704622.tar.bz2 gentoo-f762a39054dea530c824a73c78bd881bcd704622.zip |
sys-libs/compiler-rt: Stabilize 14.0.6 arm64, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild index 74341cc120af..8c404d3e313c 100644 --- a/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-14.0.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |