From 1be681156ae9b3a2063a9c9c034e7eadce59a8b9 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 24 Nov 2019 22:05:57 +0100 Subject: [PATCH] dev-python/utidylib: Drop PYTHON_USEDEP from dev-python/sphinx Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner --- dev-python/utidylib/utidylib-0.6.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/utidylib/utidylib-0.6.ebuild b/dev-python/utidylib/utidylib-0.6.ebuild index b37e9e1ddd2f..5e18aa363d3e 100644 --- a/dev-python/utidylib/utidylib-0.6.ebuild +++ b/dev-python/utidylib/utidylib-0.6.ebuild @@ -18,20 +18,20 @@ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc test" REQUIRED_USE="${PYTHON_REQUIRED_USE} - doc? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) ) - test? ( - $(python_gen_cond_dep 'dev-python/flake8[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) - $(python_gen_cond_dep 'dev-python/pycodestyle[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) - $(python_gen_cond_dep 'dev-python/pyflakes[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) - $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) - $(python_gen_cond_dep 'dev-python/pytest-cov[${PYTHON_USEDEP}]' 'python2*' python3_6 python3_7) - ) + doc? ( dev-python/sphinx ) + test? ( $(python_gen_cond_dep ' + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/pycodestyle[${PYTHON_USEDEP}] + dev-python/pyflakes[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + ' 'python2*' python3_6 python3_7 + ) ) " DEPEND=" dev-python/six[${PYTHON_USEDEP}] -- 2.26.2