summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:36:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:27 +0100
commit75f7301dcff5a5c89f971dd8cf16b259f8acd9b9 (patch)
treee69e99c301ce8c05c47021d61765c67486c59a47 /dev-vcs
parentdev-vcs/git-cola: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-75f7301dcff5a5c89f971dd8cf16b259f8acd9b9.tar.gz
gentoo-75f7301dcff5a5c89f971dd8cf16b259f8acd9b9.tar.bz2
gentoo-75f7301dcff5a5c89f971dd8cf16b259f8acd9b9.zip
dev-vcs/hgsvn: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild (renamed from dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
index 016859b30c33..0bb9f97c4873 100644
--- a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
+++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,11 +19,12 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
IUSE=""
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/mercurial
"
RDEPEND="${DEPEND}
- dev-vcs/subversion[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-vcs/subversion[${PYTHON_MULTI_USEDEP}]
+ ')
"
pkg_setup() {