diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:08:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:19:26 +0100 |
commit | 8ec1dc74a82c68508e3244c0329ac0cc0c5255de (patch) | |
tree | 8a738257d5b742b338c9225dada040039b7a7e5d /sys-devel | |
parent | sys-devel/llvm-common: 6.0.0 tested on ~amd64-fbsd (diff) | |
download | gentoo-8ec1dc74a82c68508e3244c0329ac0cc0c5255de.tar.gz gentoo-8ec1dc74a82c68508e3244c0329ac0cc0c5255de.tar.bz2 gentoo-8ec1dc74a82c68508e3244c0329ac0cc0c5255de.zip |
sys-devel/llvm: 6.0.0 tested on ~amd64-fbsd
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-6.0.0.ebuild b/sys-devel/llvm/llvm-6.0.0.ebuild index cf9585069ad3..f0d491628ab9 100644 --- a/sys-devel/llvm/llvm-6.0.0.ebuild +++ b/sys-devel/llvm/llvm-6.0.0.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 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~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 )" |