From 75f7301dcff5a5c89f971dd8cf16b259f8acd9b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:36:19 +0100 Subject: [PATCH] dev-vcs/hgsvn: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../hgsvn/{hgsvn-0.2.3-r1.ebuild => hgsvn-0.2.3-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-vcs/hgsvn/{hgsvn-0.2.3-r1.ebuild => hgsvn-0.2.3-r2.ebuild} (86%) diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild 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 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() { -- 2.26.2