Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Tue, 01 Aug 2017 14:23:35
Message-Id: 1501597393.642f19aeb12bae067896af2116c79f0327ad037a.hattya@gentoo
1 commit: 642f19aeb12bae067896af2116c79f0327ad037a
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 13:56:26 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 14:23:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f19ae
7
8 app-i18n/ibus: fix REQUIRED_USE
9
10 Gentoo-Bug: 622404
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-i18n/ibus/ibus-1.5.12.ebuild | 9 +++++----
15 app-i18n/ibus/ibus-1.5.15.ebuild | 9 +++++----
16 2 files changed, 10 insertions(+), 8 deletions(-)
17
18 diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
19 index fe21830f185..da93deeb071 100644
20 --- a/app-i18n/ibus/ibus-1.5.12.ebuild
21 +++ b/app-i18n/ibus/ibus-1.5.12.ebuild
22 @@ -16,12 +16,13 @@ SLOT="0"
23 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
24 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
25 RESTRICT="test"
26 -REQUIRED_USE="|| ( gtk gtk3 X )
27 - deprecated? ( python )
28 - vala? ( introspection )
29 +REQUIRED_USE="deprecated? ( python )
30 python? (
31 ${PYTHON_REQUIRED_USE}
32 - || ( deprecated ( gtk3 introspection ) ) )" #342903
33 + || ( deprecated gtk3 )
34 + gtk3? ( introspection )
35 + )
36 + vala? ( introspection )"
37
38 CDEPEND="app-text/iso-codes
39 dev-libs/glib:2
40
41 diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
42 index f589e9b2d84..bbacf8f471e 100644
43 --- a/app-i18n/ibus/ibus-1.5.15.ebuild
44 +++ b/app-i18n/ibus/ibus-1.5.15.ebuild
45 @@ -16,12 +16,13 @@ SLOT="0"
46 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
47 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
48 RESTRICT="test"
49 -REQUIRED_USE="|| ( gtk gtk3 X )
50 - deprecated? ( python )
51 - vala? ( introspection )
52 +REQUIRED_USE="deprecated? ( python )
53 python? (
54 ${PYTHON_REQUIRED_USE}
55 - || ( deprecated ( gtk3 introspection ) ) )" #342903
56 + || ( deprecated gtk3 )
57 + gtk3? ( introspection )
58 + )
59 + vala? ( introspection )"
60
61 CDEPEND="app-text/iso-codes
62 dev-libs/glib:2