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/
Date: Sun, 09 Feb 2020 16:11:14
Message-Id: 1581264646.8336f41b125800f81f9ebaf1bfeb2388d3af04f4.mgorny@gentoo
1 commit: 8336f41b125800f81f9ebaf1bfeb2388d3af04f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:36:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8336f41b
7
8 app-i18n/tomoe: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-i18n/tomoe/{tomoe-0.6.0-r4.ebuild => tomoe-0.6.0-r5.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
16 similarity index 92%
17 rename from app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
18 rename to app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
19 index 89645ad03b5..059d1e78dd7 100644
20 --- a/app-i18n/tomoe/tomoe-0.6.0-r4.ebuild
21 +++ b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -34,8 +34,10 @@ RDEPEND="dev-libs/glib:2
29 mysql? ( dev-db/mysql-connector-c:= )
30 python? (
31 ${PYTHON_DEPS}
32 - dev-python/pygobject:2[${PYTHON_USEDEP}]
33 - dev-python/pygtk:2[${PYTHON_USEDEP}]
34 + $(python_gen_cond_dep '
35 + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
36 + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
37 + ')
38 )
39 ruby? (
40 ${RUBY_DEPS}