summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 14:15:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:21:44 +0100
commita1fef608e4b4604b3c701016c2a9b483ffb7440c (patch)
tree089078081a77a5015b63e67347ef66630324fae0 /dev-util/redo/redo-99999.ebuild
parentdev-util/lldb: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-a1fef608e4b4604b3c701016c2a9b483ffb7440c.tar.gz
gentoo-a1fef608e4b4604b3c701016c2a9b483ffb7440c.tar.bz2
gentoo-a1fef608e4b4604b3c701016c2a9b483ffb7440c.zip
dev-util/redo: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/redo/redo-99999.ebuild')
-rw-r--r--dev-util/redo/redo-99999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild
index 57197b9f75d3..6e92129f9b4a 100644
--- a/dev-util/redo/redo-99999.ebuild
+++ b/dev-util/redo/redo-99999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2019 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,8 +16,10 @@ KEYWORDS=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}
BDEPEND="
- dev-python/beautifulsoup[${PYTHON_USEDEP}]
- dev-python/markdown[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup[${PYTHON_MULTI_USEDEP}]
+ dev-python/markdown[${PYTHON_MULTI_USEDEP}]
+ ')
${PYTHON_DEPS}
"
RDEPEND="