diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 19:18:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 19:20:59 +0200 |
commit | 8e5b2cc65a45b54c777fbd6a1f32023a03c633dd (patch) | |
tree | 128b335858a69fa134984f53ff94fc36879ca735 /sys-libs | |
parent | sys-libs/libcxxabi: x86 stable (bug #657516) (diff) | |
download | gentoo-8e5b2cc65a45b54c777fbd6a1f32023a03c633dd.tar.gz gentoo-8e5b2cc65a45b54c777fbd6a1f32023a03c633dd.tar.bz2 gentoo-8e5b2cc65a45b54c777fbd6a1f32023a03c633dd.zip |
sys-libs/compiler-rt: x86 stable (bug #657516)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild index 65ae3bd4255d..c6f609d1a897 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" CLANG_SLOT=${SLOT%%.*} |