diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-02 20:06:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-02 20:06:02 +0200 |
commit | b29dcb3221ac37c11280578d7897110054bb7ad1 (patch) | |
tree | c816262b5f279bae573bccdc2117c3febeb54663 /sys-devel | |
parent | sys-devel/clang-runtime: x86 stable wrt bug #607660 (diff) | |
download | gentoo-b29dcb3221ac37c11280578d7897110054bb7ad1.tar.gz gentoo-b29dcb3221ac37c11280578d7897110054bb7ad1.tar.bz2 gentoo-b29dcb3221ac37c11280578d7897110054bb7ad1.zip |
sys-devel/llvm: x86 stable wrt bug #607660
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.9.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild index 33e76bb15e4e..93472a5a8429 100644 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild @@ -34,7 +34,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi lldb multitarget ncurses ocaml python +sanitize +static-analyzer test xml elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" |