mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/clang: Fix static-analyzer usedep, #572094
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user