From: Michał Górny Date: Sat, 8 Feb 2020 06:34:16 +0000 (+0100) Subject: dev-vcs/bzr-xmloutput: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce090184c46a0d872ccb18357ee5dfa5d72a8f63;p=gentoo.git dev-vcs/bzr-xmloutput: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 )