From: Michał Górny Date: Fri, 7 Feb 2020 09:36:22 +0000 (+0100) Subject: app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8336f41b125800f81f9ebaf1bfeb2388d3af04f4;p=gentoo.git app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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}