diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-14 11:30:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-15 12:24:58 -0700 |
commit | 78c88cf9135c6d7aa9a885d4363c8f3f4083acfa (patch) | |
tree | 3cba9fad336bfddf6f69481dc987d8b0b1a5aa3d /app-i18n/ibus | |
parent | app-i18n/ibus: Replace IUSE=+gtk with IUSE=+gui (diff) | |
download | gentoo-78c88cf9135c6d7aa9a885d4363c8f3f4083acfa.tar.gz gentoo-78c88cf9135c6d7aa9a885d4363c8f3f4083acfa.tar.bz2 gentoo-78c88cf9135c6d7aa9a885d4363c8f3f4083acfa.zip |
app-i18n/ibus: Don't enable IUSE=X or IUSE=gtk2 by default
X users will have USE=X set globally. gtk+2 is on the way out.
Bug: https://bugs.gentoo.org/769107
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus/ibus-1.5.26.ebuild b/app-i18n/ibus/ibus-1.5.26.ebuild index 368857ac71b8..d7f083baeb20 100644 --- a/app-i18n/ibus/ibus-1.5.26.ebuild +++ b/app-i18n/ibus/ibus-1.5.26.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+X appindicator +emoji +gtk2 +gtk3 +gtk4 +gui +introspection nls +python systemd test +unicode vala wayland" +IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection nls +python systemd test +unicode vala wayland" RESTRICT="!test? ( test )" REQUIRED_USE=" appindicator? ( gtk3 ) |