From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1307364-garchives=archives.gentoo.org@lists.gentoo.org>
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 3D58013934E
	for <garchives@archives.gentoo.org>; Thu, 29 Jul 2021 14:38:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 22C77E08A8;
	Thu, 29 Jul 2021 14:38:06 +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 0AB8CE08A8
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jul 2021 14:38:05 +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 4D336342B2A
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jul 2021 14:38:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6FE5C4
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jul 2021 14:38:02 +0000 (UTC)
From: "Akinori Hattori" <hattya@gentoo.org>
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" <hattya@gentoo.org>
Message-ID: <1627569208.8a6efc775f44c503de62817f96e7f08186b91446.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild app-i18n/ibus-m17n/metadata.xml
X-VCS-Directories: app-i18n/ibus-m17n/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: 8a6efc775f44c503de62817f96e7f08186b91446
X-VCS-Branch: master
Date: Thu, 29 Jul 2021 14:38:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f04ae7d3-44a5-418d-ab6e-397c41076267
X-Archives-Hash: be10d23a17c07f20ae33dfca59e36148

commit:     8a6efc775f44c503de62817f96e7f08186b91446
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 14:33:28 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 14:33:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6efc77

app-i18n/ibus-m17n: drop gtk2 USE flag

Closes: https://bugs.gentoo.org/769116
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild | 10 +++-------
 app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild | 10 +++-------
 app-i18n/ibus-m17n/metadata.xml           |  5 -----
 3 files changed, 6 insertions(+), 19 deletions(-)

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild
index 79d7891abe8..8ec1183befa 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.4.ebuild
@@ -12,15 +12,11 @@ SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="gtk gtk2 nls"
-REQUIRED_USE="gtk2? ( gtk )"
+IUSE="gtk nls"
 
 DEPEND="app-i18n/ibus
 	dev-libs/m17n-lib
-	gtk? (
-		gtk2? ( x11-libs/gtk+:2 )
-		!gtk2? ( x11-libs/gtk+:3 )
-	)
+	gtk? ( x11-libs/gtk+:3 )
 	nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
 	>=dev-db/m17n-db-1.7"
@@ -30,7 +26,7 @@ BDEPEND="sys-devel/gettext
 src_configure() {
 	econf \
 		$(use_enable nls) \
-		$(use_with gtk gtk $(usex gtk2 2.0 3.0))
+		$(use_with gtk gtk 3.0)
 }
 
 pkg_preinst() {

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild
index c8aebffadc3..1fabfb50607 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.5.ebuild
@@ -12,15 +12,11 @@ SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gtk gtk2 nls"
-REQUIRED_USE="gtk2? ( gtk )"
+IUSE="gtk nls"
 
 DEPEND="app-i18n/ibus
 	dev-libs/m17n-lib
-	gtk? (
-		gtk2? ( x11-libs/gtk+:2 )
-		!gtk2? ( x11-libs/gtk+:3 )
-	)
+	gtk? ( x11-libs/gtk+:3 )
 	nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
 	>=dev-db/m17n-db-1.7"
@@ -30,7 +26,7 @@ BDEPEND="sys-devel/gettext
 src_configure() {
 	econf \
 		$(use_enable nls) \
-		$(use_with gtk gtk $(usex gtk2 2.0 3.0))
+		$(use_with gtk gtk 3.0)
 }
 
 pkg_preinst() {

diff --git a/app-i18n/ibus-m17n/metadata.xml b/app-i18n/ibus-m17n/metadata.xml
index 481dbcd8c9d..b120c362d92 100644
--- a/app-i18n/ibus-m17n/metadata.xml
+++ b/app-i18n/ibus-m17n/metadata.xml
@@ -9,11 +9,6 @@
 		The M17N engine for IBus. It allows input of many languages using the input
 		table maps from <pkg>dev-libs/m17n-lib</pkg>.
 	</longdescription>
-	<use>
-		<flag name="gtk2">
-			Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3
-		</flag>
-	</use>
 	<upstream>
 		<remote-id type="cpe">cpe:/a:ibus_project:ibus-m17n</remote-id>
 		<remote-id type="github">ibus/ibus-m17n</remote-id>