diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-22 20:13:43 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-22 20:16:36 +0200 |
commit | ba21ef0db5d1f1946859dc607a759624077b74df (patch) | |
tree | 389dc31dff71ceff25d22b0318936f1ca1ebb289 /sys-libs/compiler-rt | |
parent | sys-devel/clang-common: x86 stable (bug #661776) (diff) | |
download | gentoo-ba21ef0db5d1f1946859dc607a759624077b74df.tar.gz gentoo-ba21ef0db5d1f1946859dc607a759624077b74df.tar.bz2 gentoo-ba21ef0db5d1f1946859dc607a759624077b74df.zip |
sys-libs/compiler-rt: x86 stable (bug #661776)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-libs/compiler-rt')
-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 31d4c6152204..ef0670407883 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 )" |