dev-vcs/bzr-xmloutput: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:34:16 +0000 (07:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:25 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r3.ebuild [moved from dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild with 82% similarity]

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 6006269067abcde278a066686b2b4f9330c9b0b4..3cafe5224888ff4e45f96f521b1a4e7c3386c2ed 100644 (file)
@@ -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 )