diff options
author | 2024-12-06 21:50:07 +0000 | |
---|---|---|
committer | 2024-12-06 21:52:10 +0000 | |
commit | 6c4014b5a904b35d70009fa8feabaf418261b704 (patch) | |
tree | d2db22c2c5e554aa1852a6aa685e174934819fe5 /sys-libs | |
parent | sys-devel/llvmgold: Stabilize 19 arm, #945145 (diff) | |
download | gentoo-6c4014b5a904b35d70009fa8feabaf418261b704.tar.gz gentoo-6c4014b5a904b35d70009fa8feabaf418261b704.tar.bz2 gentoo-6c4014b5a904b35d70009fa8feabaf418261b704.zip |
sys-libs/compiler-rt: Stabilize 19.1.4 arm, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-19.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-19.1.4.ebuild b/sys-libs/compiler-rt/compiler-rt-19.1.4.ebuild index 82e891439f1d..9315ca937078 100644 --- a/sys-libs/compiler-rt/compiler-rt-19.1.4.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-19.1.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +atomic-builtins +clang debug test" REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" |