dev-util/lldb: Depend on lld for tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-05-15 14:53:11 +02:00
parent ccd1f937f2
commit abde940b0e
2 changed files with 6 additions and 2 deletions

View File

@@ -34,7 +34,9 @@ RDEPEND="
!<sys-devel/llvm-4.0"
DEPEND="${RDEPEND}
python? ( >=dev-lang/swig-3.0.11 )
test? ( ~dev-python/lit-${PV}[${PYTHON_USEDEP}] )
test? (
~dev-python/lit-${PV}[${PYTHON_USEDEP}]
sys-devel/lld )
${PYTHON_DEPS}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}

View File

@@ -33,7 +33,9 @@ RDEPEND="
!<sys-devel/llvm-4.0"
DEPEND="${RDEPEND}
python? ( >=dev-lang/swig-3.0.11 )
test? ( ~dev-python/lit-${PV}[${PYTHON_USEDEP}] )
test? (
~dev-python/lit-${PV}[${PYTHON_USEDEP}]
sys-devel/lld )
${PYTHON_DEPS}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}