diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-24 17:42:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-03 10:27:38 +0200 |
commit | d3110579ad3efb1b3a1a28d1257f61c0ea22efc0 (patch) | |
tree | 08776389a650615a6c2121f91668d0a103a3f48d /sys-devel | |
parent | dev-libs/libclc: Clean old up (diff) | |
download | gentoo-d3110579ad3efb1b3a1a28d1257f61c0ea22efc0.tar.gz gentoo-d3110579ad3efb1b3a1a28d1257f61c0ea22efc0.tar.bz2 gentoo-d3110579ad3efb1b3a1a28d1257f61c0ea22efc0.zip |
sys-devel/clang: Minimize 3.6 to be Darwin Prefix-compat only
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-3.6.2-r100.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/clang/clang-3.6.2-r100.ebuild b/sys-devel/clang/clang-3.6.2-r100.ebuild index dcd7e7ec340a..2036f4da9757 100644 --- a/sys-devel/clang/clang-3.6.2-r100.ebuild +++ b/sys-devel/clang/clang-3.6.2-r100.ebuild @@ -11,10 +11,10 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.6" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 |