From: Michał Górny Date: Fri, 7 Feb 2020 13:15:21 +0000 (+0100) Subject: dev-util/redo: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a1fef608e4b4604b3c701016c2a9b483ffb7440c;p=gentoo.git dev-util/redo: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42-r1.ebuild similarity index 84% rename from dev-util/redo/redo-0.42.ebuild rename to dev-util/redo/redo-0.42-r1.ebuild index 17098dc04661..ea14d07a6f6a 100644 --- a/dev-util/redo/redo-0.42.ebuild +++ b/dev-util/redo/redo-0.42-r1.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="~amd64 ~hppa ~x86" 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=" 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="