diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:05:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:05:45 +0200 |
commit | 983bcde3ad59044fb2740dc9b2ac7673e4ca3afb (patch) | |
tree | 62e1fc52233df2c2a1c36ec6fa65f67521a63e61 /sys-libs/compiler-rt | |
parent | sys-devel/llvmgold: amd64 stable wrt bug #693856 (diff) | |
download | gentoo-983bcde3ad59044fb2740dc9b2ac7673e4ca3afb.tar.gz gentoo-983bcde3ad59044fb2740dc9b2ac7673e4ca3afb.tar.bz2 gentoo-983bcde3ad59044fb2740dc9b2ac7673e4ca3afb.zip |
sys-libs/compiler-rt: amd64 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
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 2df510757e47..60ab885472e9 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 )" |