Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
Date: Sun, 09 Feb 2020 16:11:17
Message-Id: 1581264645.8155e0d63e4cc3b03e9868994ace6ff53d0e6033.mgorny@gentoo
1 commit: 8155e0d63e4cc3b03e9868994ace6ff53d0e6033
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:35:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8155e0d6
7
8 app-i18n/tomoe-gtk: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{tomoe-gtk-0.6.0-r4.ebuild => tomoe-gtk-0.6.0-r5.ebuild} | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 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
16 similarity index 77%
17 rename from app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
18 rename to app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
19 index 52bdcab8445..f5a0c638be4 100644
20 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
21 +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -16,12 +16,14 @@ KEYWORDS="amd64 x86"
29 IUSE="python static-libs"
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
31
32 -RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
33 +RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_SINGLE_USEDEP}]
34 x11-libs/gtk+:2
35 python? (
36 ${PYTHON_DEPS}
37 - dev-python/pygobject:2[${PYTHON_USEDEP}]
38 - dev-python/pygtk:2[${PYTHON_USEDEP}]
39 + $(python_gen_cond_dep '
40 + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
41 + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
42 + ')
43 )"
44 DEPEND="${RDEPEND}
45 dev-util/gtk-doc-am