diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-07 16:00:41 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-07 16:03:40 +0300 |
commit | 3deae77d729aafa7bb460bb6440cafd54e771352 (patch) | |
tree | d054c3f477643bf97ad845ef12d9bc7160f6b00b /sys-libs/compiler-rt | |
parent | sys-libs/libomp: amd64 stable wrt bug #657516 (diff) | |
download | gentoo-3deae77d729aafa7bb460bb6440cafd54e771352.tar.gz gentoo-3deae77d729aafa7bb460bb6440cafd54e771352.tar.bz2 gentoo-3deae77d729aafa7bb460bb6440cafd54e771352.zip |
sys-libs/compiler-rt: amd64 stable wrt bug #657516
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/compiler-rt')
-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 cdb43e43bb4b..65ae3bd4255d 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%%.*} |