diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-11 13:05:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-11 13:05:48 +0200 |
commit | 48382195e1addd5d373d23daeb1d61f34f5ff65c (patch) | |
tree | 3d05fdfebfefa94ec20226fc39005645a7e128e4 /sys-libs/compiler-rt | |
parent | sys-devel/llvm-common: ppc64 stable wrt bug #693856 (diff) | |
download | gentoo-48382195e1addd5d373d23daeb1d61f34f5ff65c.tar.gz gentoo-48382195e1addd5d373d23daeb1d61f34f5ff65c.tar.bz2 gentoo-48382195e1addd5d373d23daeb1d61f34f5ff65c.zip |
sys-libs/compiler-rt: ppc64 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild index 3f0f4343a981..7097b23d57c3 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${ LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |