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 77FF3139695 for ; Tue, 1 Aug 2017 14:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50131FC0ED; Tue, 1 Aug 2017 14:23:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8B4921FC100 for ; Tue, 1 Aug 2017 14:23: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 51DBF3418C2 for ; Tue, 1 Aug 2017 14:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F8B757A for ; Tue, 1 Aug 2017 14:23:31 +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: <1501597393.642f19aeb12bae067896af2116c79f0327ad037a.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 X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 642f19aeb12bae067896af2116c79f0327ad037a X-VCS-Branch: master Date: Tue, 1 Aug 2017 14:23:31 +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: 15cd70bc-f446-476d-9c0d-2bd87bb1f8a3 X-Archives-Hash: 27281a4af3dcbfc7b9be3db82a6a25c9 commit: 642f19aeb12bae067896af2116c79f0327ad037a Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 1 13:56:26 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 1 14:23:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f19ae app-i18n/ibus: fix REQUIRED_USE Gentoo-Bug: 622404 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus/ibus-1.5.12.ebuild | 9 +++++---- app-i18n/ibus/ibus-1.5.15.ebuild | 9 +++++---- 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 fe21830f185..da93deeb071 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 f589e9b2d84..bbacf8f471e 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