diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 15:16:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 15:16:59 +0100 |
commit | 48025b71b30499176fbbd1d6cd718f3d06483042 (patch) | |
tree | 1df48f2fe673a74fbdf818995f16b7a8e6e27b0f | |
parent | sys-devel/gcc: add 14.1.1_p20240723 (14.2 RC1) (diff) | |
download | gentoo-48025b71b30499176fbbd1d6cd718f3d06483042.tar.gz gentoo-48025b71b30499176fbbd1d6cd718f3d06483042.tar.bz2 gentoo-48025b71b30499176fbbd1d6cd718f3d06483042.zip |
sys-libs/compiler-rt: Stabilize 16.0.6-r4 arm64, #936554
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild index 6ac04f68fce4..a99826a77348 100644 --- a/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-16.0.6-r4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |