dev-vcs/hgsvn: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:36:19 +0000 (07:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:27 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild [moved from dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild with 86% similarity]

similarity index 86%
rename from dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
rename to dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
index 016859b30c3321d0e2f9939d4624e72cbde9d70e..0bb9f97c487359f0f334a6eea335ca5fac7d95c0 100644 (file)
@@ -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() {