app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 09:36:22 +0000 (10:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:10:46 +0000 (17:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-i18n/tomoe/tomoe-0.6.0-r5.ebuild [moved from app-i18n/tomoe/tomoe-0.6.0-r4.ebuild with 92% similarity]

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 89645ad03b59c71863b77f9eae94a146acfa3f2e..059d1e78dd7db611b12666edddf0b85101c04a3a 100644 (file)
@@ -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}