summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 10:35:59 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:10:45 +0100
commit8155e0d63e4cc3b03e9868994ace6ff53d0e6033 (patch)
treecc5f328474b73e2fa431643d1a6483853ebaeecd /app-i18n
parentapp-i18n/pology: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8155e0d63e4cc3b03e9868994ace6ff53d0e6033.tar.gz
gentoo-8155e0d63e4cc3b03e9868994ace6ff53d0e6033.tar.bz2
gentoo-8155e0d63e4cc3b03e9868994ace6ff53d0e6033.zip
app-i18n/tomoe-gtk: 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-gtk/tomoe-gtk-0.6.0-r5.ebuild (renamed from app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild)10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
index 52bdcab8445f..f5a0c638be4f 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -16,12 +16,14 @@ KEYWORDS="amd64 x86"
IUSE="python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
+RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_SINGLE_USEDEP}]
x11-libs/gtk+:2
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}]
+ ')
)"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am