diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 19:02:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-16 19:02:22 +0000 |
commit | 3852d908103db6ecde4c4dbe8c0f94f343828aff (patch) | |
tree | a0ece1f6c8c1607472ca3fae061c4f593d7dbd92 /sys-libs | |
parent | sys-devel/clang: Stabilize 11.0.1 ppc64, #768567 (diff) | |
download | gentoo-3852d908103db6ecde4c4dbe8c0f94f343828aff.tar.gz gentoo-3852d908103db6ecde4c4dbe8c0f94f343828aff.tar.bz2 gentoo-3852d908103db6ecde4c4dbe8c0f94f343828aff.zip |
sys-libs/compiler-rt: Stabilize 11.0.1 ppc64, #768567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild index 1041a4553f3c..46345babf318 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.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 )" |