summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2021-10-18 22:14:20 +0900
committerAkinori Hattori <hattya@gentoo.org>2021-10-18 22:14:20 +0900
commitde02cf705355f266ebe5ba45e7d47ced3a2ac85a (patch)
tree966944be9ccdbb48f54e071d2dcffd53af588b13 /app-i18n/ibus-unikey
parentapp-i18n/ibus-unikey: update LICENSE (diff)
downloadgentoo-de02cf705355f266ebe5ba45e7d47ced3a2ac85a.tar.gz
gentoo-de02cf705355f266ebe5ba45e7d47ced3a2ac85a.tar.bz2
gentoo-de02cf705355f266ebe5ba45e7d47ced3a2ac85a.zip
app-i18n/ibus-unikey: drop gtk2 USE flag
Closes: https://bugs.gentoo.org/769113 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-unikey')
-rw-r--r--app-i18n/ibus-unikey/ibus-unikey-0.6.1-r2.ebuild10
-rw-r--r--app-i18n/ibus-unikey/metadata.xml3
2 files changed, 3 insertions, 10 deletions
diff --git a/app-i18n/ibus-unikey/ibus-unikey-0.6.1-r2.ebuild b/app-i18n/ibus-unikey/ibus-unikey-0.6.1-r2.ebuild
index dad777318f12..5cc835df166e 100644
--- a/app-i18n/ibus-unikey/ibus-unikey-0.6.1-r2.ebuild
+++ b/app-i18n/ibus-unikey/ibus-unikey-0.6.1-r2.ebuild
@@ -11,15 +11,11 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+gtk gtk2 nls"
-REQUIRED_USE="gtk2? ( gtk )"
+IUSE="nls"
RDEPEND="app-i18n/ibus
x11-libs/libX11
- gtk? (
- gtk2? ( x11-libs/gtk+:2 )
- !gtk2? ( x11-libs/gtk+:3 )
- )
+ x11-libs/gtk+:3
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
@@ -31,5 +27,5 @@ PATCHES=( "${DISTDIR}"/${P}-gcc6.patch )
src_configure() {
econf \
$(use_enable nls) \
- --with-gtk-version=$(usex gtk2 3 2)
+ --with-gtk-version=3
}
diff --git a/app-i18n/ibus-unikey/metadata.xml b/app-i18n/ibus-unikey/metadata.xml
index 41bfb5408e8b..f0eec6b726a9 100644
--- a/app-i18n/ibus-unikey/metadata.xml
+++ b/app-i18n/ibus-unikey/metadata.xml
@@ -9,9 +9,6 @@
The UniKey engine for IBus. It provides a Vietnamese input method using
UniKey. Support via forum at: http://forum.ubuntu-vn.com/viewforum.php?f=85
</longdescription>
- <use>
- <flag name="gtk2">Enable support for <pkg>x11-libs/gtk+</pkg>:2</flag>
- </use>
<upstream>
<remote-id type="github">vn-input/ibus-unikey</remote-id>
</upstream>