summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-02-23 17:52:41 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-02-23 17:52:41 +0000
commit2624bc4f6e7382f12782f5440141ade4d2c8f35d (patch)
treead0e711d1da43fb0c155fff35a976091c77cff1d /www-client
parentnet-p2p/monero: No more PYTHON_TARGETS in single-r1 (diff)
downloadportage-2624bc4f6e7382f12782f5440141ade4d2c8f35d.tar.xz
www-client/arcanist: No more PYTHON_TARGETS in single-r1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'www-client')
-rw-r--r--www-client/arcanist/arcanist-20191119.ebuild6
-rw-r--r--www-client/arcanist/arcanist-9999.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/arcanist/arcanist-20191119.ebuild b/www-client/arcanist/arcanist-20191119.ebuild
index 3393c7c5..7353f9a6 100644
--- a/www-client/arcanist/arcanist-20191119.ebuild
+++ b/www-client/arcanist/arcanist-20191119.ebuild
@@ -35,8 +35,10 @@ RDEPEND="dev-lang/php[cli,curl,json,ssl?]
app-admin/puppet-lint:0
dev-haskell/hlint:0
dev-php/PHP_CodeSniffer:0
- dev-python/pylint:0[${PYTHON_USEDEP}]
- dev-python/flake8:0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pylint:0[${PYTHON_MULTI_USEDEP}]
+ dev-python/flake8:0[${PYTHON_MULTI_USEDEP}]
+ ')
dev-util/cppcheck:0
dev-util/cpplint:0
net-libs/nodejs:0[npm]
diff --git a/www-client/arcanist/arcanist-9999.ebuild b/www-client/arcanist/arcanist-9999.ebuild
index bccb584b..15a82346 100644
--- a/www-client/arcanist/arcanist-9999.ebuild
+++ b/www-client/arcanist/arcanist-9999.ebuild
@@ -33,8 +33,10 @@ RDEPEND="dev-lang/php[cli,curl,json,ssl?]
app-admin/puppet-lint:0
dev-haskell/hlint:0
dev-php/PHP_CodeSniffer:0
- dev-python/pylint:0[${PYTHON_USEDEP}]
- dev-python/flake8:0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pylint:0[${PYTHON_MULTI_USEDEP}]
+ dev-python/flake8:0[${PYTHON_MULTI_USEDEP}]
+ ')
dev-util/cppcheck:0
dev-util/cpplint:0
net-libs/nodejs:0[npm]