public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/
Date: Sun, 23 Jul 2017 12:20:11 +0000 (UTC)	[thread overview]
Message-ID: <1500812386.0218e40f773d82a335aad452a7b2af4eb8211f31.hattya@gentoo> (raw)

commit:     0218e40f773d82a335aad452a7b2af4eb8211f31
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 12:12:08 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 12:19:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0218e40f

app-i18n/ibus-m17n: switch to gtk2 USE flag

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild | 10 +++++-----
 app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 10 +++++-----
 app-i18n/ibus-m17n/metadata.xml           |  7 ++-----
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
index aad4f296f04..e7c59414eb7 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
@@ -10,13 +10,13 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="gtk gtk3 nls"
+IUSE="gtk gtk2 nls"
 
 CDEPEND="app-i18n/ibus
 	dev-libs/m17n-lib
 	gtk? (
-		!gtk3? ( x11-libs/gtk+:2 )
-		gtk3? ( x11-libs/gtk+:3 )
+		gtk2? ( x11-libs/gtk+:2 )
+		!gtk2? ( x11-libs/gtk+:3 )
 	)
 	nls? ( virtual/libintl )"
 RDEPEND="${CDEPEND}
@@ -28,10 +28,10 @@ DEPEND="${CDEPEND}
 	dev-util/intltool
 	sys-devel/gettext
 	virtual/pkgconfig"
-REQUIRED_USE="gtk3? ( gtk )"
+REQUIRED_USE="gtk2? ( gtk )"
 
 src_configure() {
 	econf \
 		$(use_enable nls) \
-		$(use_with gtk gtk $(usex !gtk3 2.0 3.0))
+		$(use_with gtk gtk $(usex gtk2 2.0 3.0))
 }

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
index e3d0ab7586c..4151c4c2cd4 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
@@ -10,13 +10,13 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gtk gtk3 nls"
+IUSE="gtk gtk2 nls"
 
 CDEPEND="app-i18n/ibus
 	dev-libs/m17n-lib
 	gtk? (
-		!gtk3? ( x11-libs/gtk+:2 )
-		gtk3? ( x11-libs/gtk+:3 )
+		gtk2? ( x11-libs/gtk+:2 )
+		!gtk2? ( x11-libs/gtk+:3 )
 	)
 	nls? ( virtual/libintl )"
 RDEPEND="${CDEPEND}
@@ -28,10 +28,10 @@ DEPEND="${CDEPEND}
 	dev-util/intltool
 	sys-devel/gettext
 	virtual/pkgconfig"
-REQUIRED_USE="gtk3? ( gtk )"
+REQUIRED_USE="gtk2? ( gtk )"
 
 src_configure() {
 	econf \
 		$(use_enable nls) \
-		$(use_with gtk gtk $(usex !gtk3 2.0 3.0))
+		$(use_with gtk gtk $(usex gtk2 2.0 3.0))
 }

diff --git a/app-i18n/ibus-m17n/metadata.xml b/app-i18n/ibus-m17n/metadata.xml
index b9d88c40b20..7b7ce9871f2 100644
--- a/app-i18n/ibus-m17n/metadata.xml
+++ b/app-i18n/ibus-m17n/metadata.xml
@@ -14,11 +14,8 @@
     <remote-id type="github">ibus/ibus-m17n</remote-id>
   </upstream>
   <use>
-    <flag name="gtk">
-      Build the preference interfaces, based on <pkg>x11-libs/gtk+</pkg>:2
-    </flag>
-    <flag name="gtk3">
-      Build the preference interfaces, based on <pkg>x11-libs/gtk+</pkg>:3
+    <flag name="gtk2">
+      Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3
     </flag>
   </use>
 </pkgmetadata>


             reply	other threads:[~2017-07-23 12:20 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 12:20 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01  5:12 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/ Akinori Hattori
2025-03-01  5:12 Akinori Hattori
2025-01-24 13:21 Akinori Hattori
2024-12-22  7:50 Akinori Hattori
2024-12-22  7:50 Akinori Hattori
2024-11-16 14:15 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-11-03 12:57 Akinori Hattori
2024-09-15  6:53 Akinori Hattori
2024-08-31  9:10 Akinori Hattori
2024-08-31  9:10 Akinori Hattori
2024-07-26 13:52 Akinori Hattori
2024-07-21  8:33 Akinori Hattori
2024-05-29 13:10 Akinori Hattori
2024-05-29 13:10 Akinori Hattori
2024-04-14  6:16 Akinori Hattori
2024-03-24 13:18 Akinori Hattori
2024-03-24 13:18 Akinori Hattori
2024-02-16 13:36 Akinori Hattori
2024-01-15 12:32 Akinori Hattori
2024-01-15 12:32 Akinori Hattori
2023-12-28 12:46 Akinori Hattori
2023-12-28 12:46 Akinori Hattori
2023-12-08 14:21 Akinori Hattori
2023-12-06 13:40 Akinori Hattori
2023-12-06 13:40 Akinori Hattori
2023-11-11 12:35 Akinori Hattori
2023-10-30 13:02 Akinori Hattori
2023-09-27 13:53 Akinori Hattori
2023-09-27 13:53 Akinori Hattori
2023-09-15 14:25 Akinori Hattori
2023-09-15 14:25 Akinori Hattori
2023-08-22 13:08 Akinori Hattori
2023-08-17 14:15 Akinori Hattori
2023-04-04 13:20 Akinori Hattori
2023-04-04 13:20 Akinori Hattori
2023-02-26 13:25 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2022-12-10  1:38 Akinori Hattori
2022-11-05  1:11 Akinori Hattori
2022-11-05  1:11 Akinori Hattori
2022-09-23 12:59 Akinori Hattori
2022-09-09 14:36 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-09-08 13:22 Akinori Hattori
2022-08-06  1:05 Akinori Hattori
2022-07-09  1:42 Akinori Hattori
2022-07-09  1:42 Akinori Hattori
2022-02-10 13:53 Akinori Hattori
2021-11-27  6:12 Akinori Hattori
2021-11-27  6:12 Akinori Hattori
2021-10-21 14:51 Akinori Hattori
2021-10-21 14:51 Akinori Hattori
2021-10-21 14:51 Akinori Hattori
2021-08-15 14:07 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-07-29 14:38 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-05-09 13:50 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2021-03-04 13:09 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-09-02 14:04 Akinori Hattori
2020-05-18 14:28 Akinori Hattori
2020-05-18 14:28 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-07-22 13:03 Akinori Hattori
2018-04-03 16:40 Mike Gilbert
2017-08-05 14:17 Akinori Hattori
2017-08-02 17:25 Thomas Deutschmann
2017-08-01 13:22 Akinori Hattori
2017-08-01 13:22 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-07-20 15:04 Akinori Hattori
2017-05-17 14:45 Manuel Rüger
2015-09-01 18:46 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500812386.0218e40f773d82a335aad452a7b2af4eb8211f31.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox