summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {