commit: 8336f41b125800f81f9ebaf1bfeb2388d3af04f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:36:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8336f41b
app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-i18n/tomoe/{tomoe-0.6.0-r4.ebuild => tomoe-0.6.0-r5.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
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 89645ad03b5..059d1e78dd7 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}