diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 23:53:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 23:53:00 +0000 |
commit | cc3ca3fe140cbcf44850839b3aff1874c3306e43 (patch) | |
tree | 68631ba1679301476dcdd1c6af9ce1ea67a3f6f8 /sys-libs | |
parent | dev-util/lldb: Stabilize 13.0.1 arm, #833209 (diff) | |
download | gentoo-cc3ca3fe140cbcf44850839b3aff1874c3306e43.tar.gz gentoo-cc3ca3fe140cbcf44850839b3aff1874c3306e43.tar.bz2 gentoo-cc3ca3fe140cbcf44850839b3aff1874c3306e43.zip |
sys-libs/compiler-rt: Stabilize 13.0.1 arm, #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 a24ea93e2a4c..f8ded31636ef 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 )" |