commit:     b3b2e75d5057887483c91077989db4f3f85c7b0a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 21:00:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 21:00:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b2e75d

sys-devel/lld: Use BDEPEND semi-properly

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/lld/lld-10.0.0.9999.ebuild | 6 +++---
 sys-devel/lld/lld-9.0.0.9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild 
b/sys-devel/lld/lld-10.0.0.9999.ebuild
index 89abb313a97..2469a9bd704 100644
--- a/sys-devel/lld/lld-10.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-10.0.0.9999.ebuild
@@ -23,14 +23,14 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="~sys-devel/llvm-${PV}"
-DEPEND="${RDEPEND}
-       test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
 
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 python_check_deps() {
-       has_version "dev-python/lit[${PYTHON_USEDEP}]"
+       has_version -b "dev-python/lit[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

diff --git a/sys-devel/lld/lld-9.0.0.9999.ebuild 
b/sys-devel/lld/lld-9.0.0.9999.ebuild
index 216166a79af..6935200f15c 100644
--- a/sys-devel/lld/lld-9.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-9.0.0.9999.ebuild
@@ -24,14 +24,14 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="~sys-devel/llvm-${PV}"
-DEPEND="${RDEPEND}
-       test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
 
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
 python_check_deps() {
-       has_version "dev-python/lit[${PYTHON_USEDEP}]"
+       has_version -b "dev-python/lit[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

Reply via email to