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-hangul/
Date: Sun, 09 Feb 2020 16:11:10
Message-Id: 1581264639.4e8ccc094df163b964afb0441d7320637cda177b.mgorny@gentoo
1 commit: 4e8ccc094df163b964afb0441d7320637cda177b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:30:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ccc09
7
8 app-i18n/ibus-hangul: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{ibus-hangul-1.5.1.ebuild => ibus-hangul-1.5.1-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild
16 similarity index 86%
17 rename from app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild
18 rename to app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild
19 index 5fae9262586..a916c7db5b8 100644
20 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild
21 +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild
22 @@ -17,8 +17,10 @@ IUSE="nls"
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 RDEPEND="${PYTHON_DEPS}
26 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
27 - dev-python/pygobject:3[${PYTHON_USEDEP}]
28 + $(python_gen_cond_dep '
29 + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
30 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
31 + ')
32 >=app-i18n/libhangul-0.1
33 nls? ( virtual/libintl )"
34 DEPEND="${RDEPEND}