From 8336f41b125800f81f9ebaf1bfeb2388d3af04f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 10:36:22 +0100 Subject: [PATCH] app-i18n/tomoe: 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 --- .../{tomoe-0.6.0-r4.ebuild => tomoe-0.6.0-r5.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename app-i18n/tomoe/{tomoe-0.6.0-r4.ebuild => tomoe-0.6.0-r5.ebuild} (92%) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild similarity index 92% rename from app-i18n/tomoe/tomoe-0.6.0-r4.ebuild rename to app-i18n/tomoe/tomoe-0.6.0-r5.ebuild index 89645ad03b59..059d1e78dd7d 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r5.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="6" @@ -34,8 +34,10 @@ RDEPEND="dev-libs/glib:2 mysql? ( dev-db/mysql-connector-c:= ) python? ( ${PYTHON_DEPS} - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] + ') ) ruby? ( ${RUBY_DEPS} -- 2.26.2