diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-17 18:02:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-17 18:08:57 +0100 |
commit | a9e515ed80ec06dc7c958f96d6317f57b99765a2 (patch) | |
tree | ad81b0df3480e4eb4fcd0544e2d2ac075037f7c2 /sys-devel/clang | |
parent | dev-lang/php: add alpha keyword (diff) | |
download | gentoo-a9e515ed80ec06dc7c958f96d6317f57b99765a2.tar.gz gentoo-a9e515ed80ec06dc7c958f96d6317f57b99765a2.tar.bz2 gentoo-a9e515ed80ec06dc7c958f96d6317f57b99765a2.zip |
sys-devel/clang: Fix static-analyzer usedep, #572094
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.7.1-r100.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/clang-9999-r100.ebuild | 4 |
2 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 8f3633d6b6da..1ba7a7085955 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-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0/3.7" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" +RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${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 diff --git a/sys-devel/clang/clang-9999-r100.ebuild b/sys-devel/clang/clang-9999-r100.ebuild index f253e0b845c0..eb10ee5738d3 100644 --- a/sys-devel/clang/clang-9999-r100.ebuild +++ b/sys-devel/clang/clang-9999-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0/${PV}" KEYWORDS="" IUSE="debug multitarget python +static-analyzer" -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" +RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${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 |