From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10A741396D0 for ; Mon, 14 Aug 2017 14:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5069B1FC003; Mon, 14 Aug 2017 14:45:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CA451FC003 for ; Mon, 14 Aug 2017 14:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D00473416E0 for ; Mon, 14 Aug 2017 14:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2733A761D for ; Mon, 14 Aug 2017 14:45:32 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1502721907.92ddd1e3ded7a9fed5f7b5ea2b3bbc0fa910b886.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.12.ebuild app-i18n/ibus/ibus-1.5.15.ebuild app-i18n/ibus/ibus-1.5.16.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 92ddd1e3ded7a9fed5f7b5ea2b3bbc0fa910b886 X-VCS-Branch: master Date: Mon, 14 Aug 2017 14:45:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 684b482d-7b2e-4d5c-83e2-53d238b0d996 X-Archives-Hash: fec8dddd7ac9e2049d6766fddbc0eda9 commit: 92ddd1e3ded7a9fed5f7b5ea2b3bbc0fa910b886 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 14 14:45:07 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 14 14:45:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ddd1e3 app-i18n/ibus: add missing REQUIRED_USE Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus/ibus-1.5.12.ebuild | 18 ++++++++---------- app-i18n/ibus/ibus-1.5.15.ebuild | 18 ++++++++---------- app-i18n/ibus/ibus-1.5.16.ebuild | 16 +++++++--------- 3 files changed, 23 insertions(+), 29 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index ebad2ff67aa..a8413c59fff 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -14,8 +14,9 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland +X" -REQUIRED_USE="libnotify? ( gtk ) +IUSE="+X gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland" +REQUIRED_USE="gtk2? ( gtk ) + libnotify? ( gtk ) python? ( ${PYTHON_REQUIRED_USE} gtk @@ -29,6 +30,10 @@ CDEPEND="app-text/iso-codes gnome-base/dconf gnome-base/librsvg:2 sys-apps/dbus[X?] + X? ( + x11-libs/libX11 + !gtk? ( x11-libs/gtk+:2 ) + ) gconf? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gtk+:3 @@ -46,13 +51,6 @@ CDEPEND="app-text/iso-codes wayland? ( dev-libs/wayland x11-libs/libxkbcommon - ) - X? ( - || ( - x11-libs/gtk+:3 - x11-libs/gtk+:2 - ) - x11-libs/libX11 )" RDEPEND="${CDEPEND} python? ( @@ -104,6 +102,7 @@ src_configure() { fi econf \ + $(use_enable X xim) \ $(use_enable gconf) \ $(use_enable gtk gtk3) \ $(use_enable gtk ui) \ @@ -114,7 +113,6 @@ src_configure() { $(use_enable test tests) \ $(use_enable vala) \ $(use_enable wayland) \ - $(use_enable X xim) \ "${python_conf[@]}" } diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild index 439ccca56b0..d98586b8db2 100644 --- a/app-i18n/ibus/ibus-1.5.15.ebuild +++ b/app-i18n/ibus/ibus-1.5.15.ebuild @@ -14,8 +14,9 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland +X" -REQUIRED_USE="libnotify? ( gtk ) +IUSE="+X gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland" +REQUIRED_USE="gtk2? ( gtk ) + libnotify? ( gtk ) python? ( ${PYTHON_REQUIRED_USE} gtk @@ -29,6 +30,10 @@ CDEPEND="app-text/iso-codes gnome-base/dconf gnome-base/librsvg:2 sys-apps/dbus[X?] + X? ( + x11-libs/libX11 + !gtk? ( x11-libs/gtk+:2 ) + ) gconf? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gtk+:3 @@ -46,13 +51,6 @@ CDEPEND="app-text/iso-codes wayland? ( dev-libs/wayland x11-libs/libxkbcommon - ) - X? ( - || ( - x11-libs/gtk+:3 - x11-libs/gtk+:2 - ) - x11-libs/libX11 )" RDEPEND="${CDEPEND} python? ( @@ -104,6 +102,7 @@ src_configure() { fi econf \ + $(use_enable X xim) \ $(use_enable gconf) \ $(use_enable gtk gtk3) \ $(use_enable gtk ui) \ @@ -114,7 +113,6 @@ src_configure() { $(use_enable test tests) \ $(use_enable vala) \ $(use_enable wayland) \ - $(use_enable X xim) \ --disable-emoji-dict \ "${python_conf[@]}" } diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild index e948253cdf5..a54a1d332c2 100644 --- a/app-i18n/ibus/ibus-1.5.16.ebuild +++ b/app-i18n/ibus/ibus-1.5.16.ebuild @@ -14,8 +14,9 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="+emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test vala wayland +X" +IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test vala wayland" REQUIRED_USE="emoji? ( gtk ) + gtk2? ( gtk ) kde? ( gtk ) libnotify? ( gtk ) python? ( @@ -31,6 +32,10 @@ CDEPEND="app-text/iso-codes gnome-base/dconf gnome-base/librsvg:2 sys-apps/dbus[X?] + X? ( + x11-libs/libX11 + !gtk? ( x11-libs/gtk+:2 ) + ) gconf? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gtk+:3 @@ -49,13 +54,6 @@ CDEPEND="app-text/iso-codes wayland? ( dev-libs/wayland x11-libs/libxkbcommon - ) - X? ( - || ( - x11-libs/gtk+:3 - x11-libs/gtk+:2 - ) - x11-libs/libX11 )" RDEPEND="${CDEPEND} python? ( @@ -116,6 +114,7 @@ src_configure() { fi econf \ + $(use_enable X xim) \ $(use_enable emoji emoji-dict) \ $(use_with emoji unicode-emoji-dir "${unicodedir}"/emoji) \ $(use_with emoji emoji-annotation-dir "${unicodedir}"/cldr/common/annotations) \ @@ -130,7 +129,6 @@ src_configure() { $(use_enable test tests) \ $(use_enable vala) \ $(use_enable wayland) \ - $(use_enable X xim) \ "${python_conf[@]}" }