commit: 6260fbae5dd64be6be8e7fa46adb2539c11fffd1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 21:00:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 21:00:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6260fbae
dev-python/lit: Use BDEPEND semi-properly
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lit/lit-10.0.0.9999.ebuild | 2 +-
dev-python/lit/lit-9.0.0.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild
b/dev-python/lit/lit-10.0.0.9999.ebuild
index ca5855806da..d4566ae8be5 100644
--- a/dev-python/lit/lit-10.0.0.9999.ebuild
+++ b/dev-python/lit/lit-10.0.0.9999.ebuild
@@ -21,7 +21,7 @@ RESTRICT="!test? ( test )"
S=${WORKDIR}/${P}/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
-DEPEND="
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]
diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild
b/dev-python/lit/lit-9.0.0.9999.ebuild
index c6bd8d6e177..289c81bd0a5 100644
--- a/dev-python/lit/lit-9.0.0.9999.ebuild
+++ b/dev-python/lit/lit-9.0.0.9999.ebuild
@@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
S=${WORKDIR}/${P}/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
-DEPEND="
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]