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/ibus-table/
Date: Sun, 09 Feb 2020 16:11:16
Message-Id: 1581264643.f144529727c1fef8635855e6db498d21a205881e.mgorny@gentoo
1 commit: f144529727c1fef8635855e6db498d21a205881e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:33:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1445297
7
8 app-i18n/ibus-table: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{ibus-table-1.9.18.ebuild => ibus-table-1.9.18-r1.ebuild} | 6 ++++--
13 .../{ibus-table-1.9.21.ebuild => ibus-table-1.9.21-r1.ebuild} | 6 ++++--
14 2 files changed, 8 insertions(+), 4 deletions(-)
15
16 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
17 similarity index 84%
18 rename from app-i18n/ibus-table/ibus-table-1.9.18.ebuild
19 rename to app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
20 index 025526aa8b1..dcd828dcbbe 100644
21 --- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
22 +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
23 @@ -18,8 +18,10 @@ IUSE="nls"
24 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 RDEPEND="${PYTHON_DEPS}
27 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
28 - dev-python/pygobject:3[${PYTHON_USEDEP}]
29 + $(python_gen_cond_dep '
30 + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
31 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
32 + ')
33 virtual/libiconv
34 nls? ( virtual/libintl )"
35 DEPEND="${RDEPEND}
36
37 diff --git a/app-i18n/ibus-table/ibus-table-1.9.21.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
38 similarity index 84%
39 rename from app-i18n/ibus-table/ibus-table-1.9.21.ebuild
40 rename to app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
41 index 7da7fff419c..9db9ac7acf0 100644
42 --- a/app-i18n/ibus-table/ibus-table-1.9.21.ebuild
43 +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
44 @@ -19,8 +19,10 @@ RESTRICT="test"
45 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
46
47 RDEPEND="${PYTHON_DEPS}
48 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
49 - dev-python/pygobject:3[${PYTHON_USEDEP}]
50 + $(python_gen_cond_dep '
51 + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
52 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
53 + ')
54 virtual/libiconv
55 nls? ( virtual/libintl )"
56 DEPEND="${RDEPEND}