diff options
author | Sam James <sam@gentoo.org> | 2022-10-13 23:27:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 23:27:58 +0100 |
commit | 435079c099f75bd0fd90223d47354ab44237600e (patch) | |
tree | 27b0e3a664bb06257aed81b2f6a25bbfb002f6c3 /sys-libs | |
parent | kernel-build.eclass: silence tools search (diff) | |
download | gentoo-435079c099f75bd0fd90223d47354ab44237600e.tar.gz gentoo-435079c099f75bd0fd90223d47354ab44237600e.tar.bz2 gentoo-435079c099f75bd0fd90223d47354ab44237600e.zip |
sys-libs/compiler-rt: Stabilize 14.0.6-r1 arm64, #877045
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild b/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild index 5a8467294d23..fdea4ac7f06d 100644 --- a/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.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 )" |