commit: cd7ac0c8467208ec745589ec34ae971074c6491b Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 21:52:55 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 22:58:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7ac0c8
x11-terms/mlterm: drop revdep of freewnn freewnn is being last rited. No revbump as the USE flag is negative by default, and the removal is equivalent to disabling the flag. Bug: https://bugs.gentoo.org/936129 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> x11-terms/mlterm/mlterm-3.9.3-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild b/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild index 07d1324c93c1..772857cbe594 100644 --- a/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild +++ b/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 ~riscv x86" -IUSE="+X bidi brltty cairo debug fbcon fcitx freewnn gtk harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft" +IUSE="+X bidi brltty cairo debug fbcon fcitx gtk harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft" REQUIRED_USE="|| ( X fbcon wayland )" RDEPEND="virtual/libcrypt:= @@ -26,7 +26,6 @@ RDEPEND="virtual/libcrypt:= cairo? ( x11-libs/cairo[X(+)] ) fbcon? ( media-fonts/unifont ) fcitx? ( app-i18n/fcitx:* ) - freewnn? ( app-i18n/freewnn ) gtk? ( x11-libs/gtk+:3 ) harfbuzz? ( media-libs/harfbuzz[truetype(+)] ) ibus? ( app-i18n/ibus ) @@ -80,7 +79,7 @@ src_configure() { $(use_enable brltty brlapi) $(use_enable debug) $(use_enable fcitx) - $(use_enable freewnn wnn) + --disable-wnn $(use_enable harfbuzz otl) $(use_enable ibus) $(use_enable libssh2 ssh2)