From a1fef608e4b4604b3c701016c2a9b483ffb7440c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 14:15:21 +0100 Subject: [PATCH] dev-util/redo: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/redo/{redo-0.42.ebuild => redo-0.42-r1.ebuild} | 8 +++++--- dev-util/redo/redo-99999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) rename dev-util/redo/{redo-0.42.ebuild => redo-0.42-r1.ebuild} (84%) 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=" -- 2.26.2