diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 14:32:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 14:32:38 +0100 |
commit | 659b4b1b04fd6993650f6c2790812d33c903e974 (patch) | |
tree | a667fcdc64f8617a72ca941d41e6babc29c9c34a /sys-libs/compiler-rt | |
parent | sys-devel/llvm-common: ppc64 stable wrt bug #705530 (diff) | |
download | gentoo-659b4b1b04fd6993650f6c2790812d33c903e974.tar.gz gentoo-659b4b1b04fd6993650f6c2790812d33c903e974.tar.bz2 gentoo-659b4b1b04fd6993650f6c2790812d33c903e974.zip |
sys-libs/compiler-rt: ppc64 stable wrt bug #705530
Package-Manager: Portage-2.3.79, 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-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild index 990489f56a2c..f93feb036d6c 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |