diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 11:18:39 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 11:19:33 +0100 |
commit | 5783ccd54470cb0b3113298f532a5ee2ec1d31f9 (patch) | |
tree | 869ec829b1c09d08a4841d3e41f0b5d38d844b4c /sys-devel | |
parent | sys-devel/llvm: add back *-macos keyword on 3.9 (diff) | |
download | gentoo-5783ccd54470cb0b3113298f532a5ee2ec1d31f9.tar.gz gentoo-5783ccd54470cb0b3113298f532a5ee2ec1d31f9.tar.bz2 gentoo-5783ccd54470cb0b3113298f532a5ee2ec1d31f9.zip |
sys-devel/clang: add back *-macos keyword on 3.9
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-3.9.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-3.9.0-r100.ebuild b/sys-devel/clang/clang-3.9.0-r100.ebuild index 283db0740622..fad4beaccb6e 100644 --- a/sys-devel/clang/clang-3.9.0-r100.ebuild +++ b/sys-devel/clang/clang-3.9.0-r100.ebuild @@ -19,7 +19,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" # keep in sync with sys-devel/llvm! SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}]" |