diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-19 20:03:28 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-19 20:14:30 +0100 |
commit | 8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0 (patch) | |
tree | caed112fca422ac75af033b8e59c7e37c3d90ddb /sys-devel | |
parent | sys-libs/llvm-libunwind: x86 stable (bug #637210) (diff) | |
download | gentoo-8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0.tar.gz gentoo-8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0.tar.bz2 gentoo-8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0.zip |
sys-devel/llvm: x86 stable (bug #637210)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-4.0.1.ebuild b/sys-devel/llvm/llvm-4.0.1.ebuild index 6eca3552280d..6ee123541ac5 100644 --- a/sys-devel/llvm/llvm-4.0.1.ebuild +++ b/sys-devel/llvm/llvm-4.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="$(get_major_version)" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="debug +doc gold libedit +libffi ncurses test elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" |