diff options
author | Sam James <sam@gentoo.org> | 2022-03-07 01:59:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-07 01:59:24 +0000 |
commit | 6f0d466445dd07ebc650203b81c5a9f59ac99f50 (patch) | |
tree | e2eb645d329fb1612ba386e7a9091c848e13897b /sys-libs | |
parent | dev-util/lldb: Stabilize 13.0.1 amd64, #833209 (diff) | |
download | gentoo-6f0d466445dd07ebc650203b81c5a9f59ac99f50.tar.gz gentoo-6f0d466445dd07ebc650203b81c5a9f59ac99f50.tar.bz2 gentoo-6f0d466445dd07ebc650203b81c5a9f59ac99f50.zip |
sys-libs/compiler-rt: Stabilize 13.0.1 amd64, #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 0e18714e2afc..a3878a6808dd 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 )" |