summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 10:36:22 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:10:46 +0100
commit8336f41b125800f81f9ebaf1bfeb2388d3af04f4 (patch)
tree0188ff0d6e1e505f39652883a44bdab242ff317f /app-i18n
parentapp-i18n/tomoe-gtk: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8336f41b125800f81f9ebaf1bfeb2388d3af04f4.tar.gz
gentoo-8336f41b125800f81f9ebaf1bfeb2388d3af04f4.tar.bz2
gentoo-8336f41b125800f81f9ebaf1bfeb2388d3af04f4.zip
app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/tomoe/tomoe-0.6.0-r5.ebuild (renamed from app-i18n/tomoe/tomoe-0.6.0-r4.ebuild)8
1 files 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
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}