commit: 14a1a2b9c58f37b2e5e8c4d80d04b23866d2e754 Author: David Heidelberg <david <AT> ixit <DOT> cz> AuthorDate: Wed Oct 30 21:12:34 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jan 19 13:46:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a1a2b9
app-i18n/ibus-handwrite: cannot depend on gtkglext - no occurence is found [1] - is ported to GTK3, while gtkglext is GTK2 library [1] https://github.com/microcai/ibus-handwrite/search?q=gtkglext&unscoped_q=gtkglext Closes: https://bugs.gentoo.org/698958 Signed-off-by: David Heidelberg <david <AT> ixit.cz> Closes: https://github.com/gentoo/gentoo/pull/13505 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild index 25419a692eb..f9f2e8db1b1 100644 --- a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild +++ b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,6 @@ IUSE="nls +zinnia" RDEPEND="app-i18n/ibus x11-libs/gtk+:3 - x11-libs/gtkglext nls? ( virtual/libintl ) zinnia? ( app-i18n/zinnia
