diff options
author | Sam James <sam@gentoo.org> | 2021-05-17 01:09:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 01:09:26 +0000 |
commit | 7208153f8ee04ac017bf536dddbe1f84b1c73ef5 (patch) | |
tree | 6ec85b2efa0ef5e6aca8717ad390b2aca62b443f /sys-libs/compiler-rt | |
parent | sys-devel/clang: Stabilize 11.1.0 ppc64, #777282 (diff) | |
download | gentoo-7208153f8ee04ac017bf536dddbe1f84b1c73ef5.tar.gz gentoo-7208153f8ee04ac017bf536dddbe1f84b1c73ef5.tar.bz2 gentoo-7208153f8ee04ac017bf536dddbe1f84b1c73ef5.zip |
sys-libs/compiler-rt: Stabilize 11.1.0 ppc64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild index 1041a4553f3c..46345babf318 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.1.0.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 )" |