summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:34:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:25 +0100
commitce090184c46a0d872ccb18357ee5dfa5d72a8f63 (patch)
tree23801121c07da1507e5cb06fc475aa9d588d7794 /dev-vcs/bzr-xmloutput
parentdev-util/xesam-tools: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-ce090184c46a0d872ccb18357ee5dfa5d72a8f63.tar.gz
gentoo-ce090184c46a0d872ccb18357ee5dfa5d72a8f63.tar.bz2
gentoo-ce090184c46a0d872ccb18357ee5dfa5d72a8f63.zip
dev-vcs/bzr-xmloutput: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/bzr-xmloutput')
-rw-r--r--dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r3.ebuild (renamed from dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild)7
1 files changed, 5 insertions, 2 deletions
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
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 )