app-i18n/ibus: fix REQUIRED_USE
authorAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 13:56:26 +0000 (22:56 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 14:23:13 +0000 (23:23 +0900)
Gentoo-Bug: 622404

Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/ibus/ibus-1.5.12.ebuild
app-i18n/ibus/ibus-1.5.15.ebuild

index fe21830f1857dcb0a03cb2571e5104ed9fbe93d7..da93deeb071b14a516dad6a8babc9d0945283d9d 100644 (file)
@@ -16,12 +16,13 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
 RESTRICT="test"
-REQUIRED_USE="|| ( gtk gtk3 X )
-       deprecated? ( python )
-       vala? ( introspection )
+REQUIRED_USE="deprecated? ( python )
        python? (
                ${PYTHON_REQUIRED_USE}
-               || ( deprecated ( gtk3 introspection ) ) )" #342903
+               || ( deprecated gtk3 )
+               gtk3? ( introspection )
+       )
+       vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
        dev-libs/glib:2
index f589e9b2d8406e4975a856ae53f485ca16c3b8e8..bbacf8f471ecee9b28205a68bd0df1507513b6fa 100644 (file)
@@ -16,12 +16,13 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
 RESTRICT="test"
-REQUIRED_USE="|| ( gtk gtk3 X )
-       deprecated? ( python )
-       vala? ( introspection )
+REQUIRED_USE="deprecated? ( python )
        python? (
                ${PYTHON_REQUIRED_USE}
-               || ( deprecated ( gtk3 introspection ) ) )" #342903
+               || ( deprecated gtk3 )
+               gtk3? ( introspection )
+       )
+       vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
        dev-libs/glib:2