summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-08-01 22:56:26 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-08-01 23:23:13 +0900
commit642f19aeb12bae067896af2116c79f0327ad037a (patch)
tree01bc5714fce98be256b4bab7820387e34072949b
parentapp-i18n/ibus: fix for parallel install (diff)
downloadgentoo-642f19aeb12bae067896af2116c79f0327ad037a.tar.gz
gentoo-642f19aeb12bae067896af2116c79f0327ad037a.tar.bz2
gentoo-642f19aeb12bae067896af2116c79f0327ad037a.zip
app-i18n/ibus: fix REQUIRED_USE
Gentoo-Bug: 622404 Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--app-i18n/ibus/ibus-1.5.12.ebuild9
-rw-r--r--app-i18n/ibus/ibus-1.5.15.ebuild9
2 files changed, 10 insertions, 8 deletions
diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index fe21830f1857..da93deeb071b 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -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
diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index f589e9b2d840..bbacf8f471ec 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -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