diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 23:52:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 23:52:24 +0000 |
commit | 51f1046b75c46e2242a5b3ed688a7092dd2e6009 (patch) | |
tree | 822cc5ce90f80c84925c5bfd637e2b08961bf170 /sys-libs | |
parent | dev-util/lldb: Stabilize 13.0.1 arm64, #833209 (diff) | |
download | gentoo-51f1046b75c46e2242a5b3ed688a7092dd2e6009.tar.gz gentoo-51f1046b75c46e2242a5b3ed688a7092dd2e6009.tar.bz2 gentoo-51f1046b75c46e2242a5b3ed688a7092dd2e6009.zip |
sys-libs/compiler-rt: Stabilize 13.0.1 arm64, #833209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild index a3878a6808dd..a24ea93e2a4c 100644 --- a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-13.0.1.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 )" |