diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-07 10:51:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-11 18:19:46 +0200 |
commit | 6552ea5a961d3c5af4aed7835f9a2633bbd2d8e5 (patch) | |
tree | 75af7201d452d2260a1f1559a107b79af859dc2d /sys-devel/clang | |
parent | media-libs/mesa: Drop non-arm keywords from 17.1.10 (diff) | |
download | gentoo-6552ea5a961d3c5af4aed7835f9a2633bbd2d8e5.tar.gz gentoo-6552ea5a961d3c5af4aed7835f9a2633bbd2d8e5.tar.bz2 gentoo-6552ea5a961d3c5af4aed7835f9a2633bbd2d8e5.zip |
sys-devel/clang: Remove non-Darwin keywords from 3.9.1
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.9.1-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-3.9.1-r100.ebuild b/sys-devel/clang/clang-3.9.1-r100.ebuild index bae3ac37f935..0fadd936ed9a 100644 --- a/sys-devel/clang/clang-3.9.1-r100.ebuild +++ b/sys-devel/clang/clang-3.9.1-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" # keep in sync with sys-devel/llvm! SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~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}]" |