diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-15 17:52:55 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-15 18:58:22 -0400 |
commit | cd7ac0c8467208ec745589ec34ae971074c6491b (patch) | |
tree | bf971691e922ae8c991092abf8324d3c9b4c694f /x11-terms | |
parent | app-editors/xemacs: drop revdep of freewnn (diff) | |
download | gentoo-cd7ac0c8467208ec745589ec34ae971074c6491b.tar.gz gentoo-cd7ac0c8467208ec745589ec34ae971074c6491b.tar.bz2 gentoo-cd7ac0c8467208ec745589ec34ae971074c6491b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/mlterm/mlterm-3.9.3-r1.ebuild | 5 |
1 files 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) |