diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:04:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:04:47 +0100 |
commit | 568ba8a90eb072b011c8f3c1e6a79edfc091801b (patch) | |
tree | 5a5ddb0e5365bfb46c2029f61cfb7efab766d7d9 /sys-libs | |
parent | sys-devel/clang: Stabilize 12.0.1 ppc64, #804471 (diff) | |
download | gentoo-568ba8a90eb072b011c8f3c1e6a79edfc091801b.tar.gz gentoo-568ba8a90eb072b011c8f3c1e6a79edfc091801b.tar.bz2 gentoo-568ba8a90eb072b011c8f3c1e6a79edfc091801b.zip |
sys-libs/compiler-rt: Stabilize 12.0.1 ppc64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild index b063705767ee..6648297342fd 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.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="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |