From c2730034d27b574e5725cb7948658334adce6ff2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:57:01 +0100 Subject: [PATCH] sci-calculators/gonvert: 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 --- .../{gonvert-0.2.39.ebuild => gonvert-0.2.39-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename sci-calculators/gonvert/{gonvert-0.2.39.ebuild => gonvert-0.2.39-r1.ebuild} (86%) diff --git a/sci-calculators/gonvert/gonvert-0.2.39.ebuild b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild similarity index 86% rename from sci-calculators/gonvert/gonvert-0.2.39.ebuild rename to sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild index 5650b346b056..94ef697d8f02 100644 --- a/sci-calculators/gonvert/gonvert-0.2.39.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild @@ -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=6 @@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-python/pygtk:2[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/0.2.23-paths.patch ) -- 2.26.2