diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:45:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:49:47 +0300 |
commit | b8fb504d44968d57c4ea125da1fd55816dca3b18 (patch) | |
tree | 012297d414d15d98f9247ac4da6576029a25b4ce /sys-libs | |
parent | sys-devel/clang-common: amd64 stable wrt bug #661776 (diff) | |
download | gentoo-b8fb504d44968d57c4ea125da1fd55816dca3b18.tar.gz gentoo-b8fb504d44968d57c4ea125da1fd55816dca3b18.tar.bz2 gentoo-b8fb504d44968d57c4ea125da1fd55816dca3b18.zip |
sys-libs/compiler-rt: amd64 stable wrt bug #661776
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild index ef0670407883..384550a8041f 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |