diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:43:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:49:43 +0300 |
commit | 025591d2c03886e82cfb0f4a950bd9fa4f390151 (patch) | |
tree | df1de26d2e2b76484cab3451d554675eb5adf531 /sys-devel/llvm | |
parent | sys-devel/llvmgold: amd64 stable wrt bug #661776 (diff) | |
download | gentoo-025591d2c03886e82cfb0f4a950bd9fa4f390151.tar.gz gentoo-025591d2c03886e82cfb0f4a950bd9fa4f390151.tar.bz2 gentoo-025591d2c03886e82cfb0f4a950bd9fa4f390151.zip |
sys-devel/llvm: amd64 stable wrt bug #661776
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-6.0.1.ebuild b/sys-devel/llvm/llvm-6.0.1.ebuild index f4cd28e3a085..78fb4fec9bfc 100644 --- a/sys-devel/llvm/llvm-6.0.1.ebuild +++ b/sys-devel/llvm/llvm-6.0.1.ebuild @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="$(ver_cut 1)" -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="debug doc gold libedit +libffi ncurses test xar xml kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )" |