diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-24 13:23:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-03 10:27:29 +0200 |
commit | 950c303086bf39e0c8fe750b3aed367f4f7e090a (patch) | |
tree | a36991b3c6ff546a07e5b0e723c784accac6a0c3 /sys-devel/clang | |
parent | dev-util/include-what-you-use: Clean old up (diff) | |
download | gentoo-950c303086bf39e0c8fe750b3aed367f4f7e090a.tar.gz gentoo-950c303086bf39e0c8fe750b3aed367f4f7e090a.tar.bz2 gentoo-950c303086bf39e0c8fe750b3aed367f4f7e090a.zip |
sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat only
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.5.2-r100.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/clang/clang-3.5.2-r100.ebuild b/sys-devel/clang/clang-3.5.2-r100.ebuild index 1f619041343a..b399d32728dc 100644 --- a/sys-devel/clang/clang-3.5.2-r100.ebuild +++ b/sys-devel/clang/clang-3.5.2-r100.ebuild @@ -11,10 +11,10 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.5" -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 |