From ce090184c46a0d872ccb18357ee5dfa5d72a8f63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:34:16 +0100 Subject: [PATCH] dev-vcs/bzr-xmloutput: 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 --- ...utput-0.8.8-r2.ebuild => bzr-xmloutput-0.8.8-r3.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-vcs/bzr-xmloutput/{bzr-xmloutput-0.8.8-r2.ebuild => bzr-xmloutput-0.8.8-r3.ebuild} (82%) diff --git a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r3.ebuild similarity index 82% rename from dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild rename to dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r3.ebuild index 6006269067ab..3cafe5224888 100644 --- a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild +++ b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,10 @@ KEYWORDS="amd64 x86" IUSE="" DEPEND="" -RDEPEND="dev-vcs/bzr[${PYTHON_USEDEP}]" +RDEPEND=" + $(python_gen_cond_dep ' + dev-vcs/bzr[${PYTHON_MULTI_USEDEP}] + ')" PATCHES=( "${FILESDIR}"/${P}_remove-relative-imports.patch ) -- 2.26.2