summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-12-20 11:17:48 +0100
committerFabian Groffen <grobian@gentoo.org>2016-12-20 11:19:32 +0100
commitc212711ece504503ea7044e4187d43a1b2d2358b (patch)
tree234db0463a54c422c4cf61e127347bbf3ce1adea /sys-devel/llvm
parentdev-scheme/guile: clean up sec bug #596864 (diff)
downloadgentoo-c212711ece504503ea7044e4187d43a1b2d2358b.tar.gz
gentoo-c212711ece504503ea7044e4187d43a1b2d2358b.tar.bz2
gentoo-c212711ece504503ea7044e4187d43a1b2d2358b.zip
sys-devel/llvm: add back *-macos keyword on 3.9
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-3.9.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.9.0-r1.ebuild b/sys-devel/llvm/llvm-3.9.0-r1.ebuild
index 23505b9587db..65d153e35877 100644
--- a/sys-devel/llvm/llvm-3.9.0-r1.ebuild
+++ b/sys-devel/llvm/llvm-3.9.0-r1.ebuild
@@ -37,7 +37,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 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~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[*]}"