diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-29 10:06:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-29 12:19:06 +0200 |
commit | 43d464e89267a293d45cfd2827ad84433a6e7cfe (patch) | |
tree | 32249636c150c1ebab6711ecd95de422e3006f9b /sys-devel/clang | |
parent | sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7) (diff) | |
download | gentoo-43d464e89267a293d45cfd2827ad84433a6e7cfe.tar.gz gentoo-43d464e89267a293d45cfd2827ad84433a6e7cfe.tar.bz2 gentoo-43d464e89267a293d45cfd2827ad84433a6e7cfe.zip |
sys-devel/clang: Remove non-Darwin keywords from 3.7.1
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.7.1-r100.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild b/sys-devel/clang/clang-3.7.1-r100.ebuild index 0fa158a374a5..b62b2983d2be 100644 --- a/sys-devel/clang/clang-3.7.1-r100.ebuild +++ b/sys-devel/clang/clang-3.7.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 @@ -11,10 +11,10 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.7" -KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug multitarget python +static-analyzer" +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +IUSE="" -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]" +RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]" # Please keep this package around since it's quite likely that we'll # return to separate LLVM & clang ebuilds when the cmake build system |