commit: abb69f3228b18af76d3adfaa86e627d1a2bcbc75 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 14 02:26:22 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 19:24:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb69f32
app-i18n/ibus: Remove REQUIRED_USE="emoji? ( gtk )" The emoji support is useful in KDE without gtk being enabled. IUSE=emoji installs a bunch of dictionary files under /usr/share/ibus/dicts/ irrespective of the USE=gtk setting. Closes: https://bugs.gentoo.org/709818 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-i18n/ibus/ibus-1.5.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus/ibus-1.5.26.ebuild b/app-i18n/ibus/ibus-1.5.26.ebuild index 889cbf087411..7adfebe47a7a 100644 --- a/app-i18n/ibus/ibus-1.5.26.ebuild +++ b/app-i18n/ibus/ibus-1.5.26.ebuild @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+X appindicator +emoji +gtk +gtk2 +introspection nls +python systemd test +unicode vala wayland" RESTRICT="!test? ( test )" -REQUIRED_USE="emoji? ( gtk ) +REQUIRED_USE=" gtk2? ( gtk ) appindicator? ( gtk ) python? (
