commit:     4f95c56fa64b736ca282a5722aaf12cdf2f618ac
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 08:05:06 2025 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May 17 08:08:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f95c56f

x11-terms/mlterm: tidy

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 x11-terms/mlterm/mlterm-3.9.3-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild 
b/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild
index fd4e06552721..6870094f473f 100644
--- a/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild
+++ b/x11-terms/mlterm/mlterm-3.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -56,12 +56,11 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig
        nls? ( sys-devel/gettext )"
 
-DOCS=( doc/{en,ja} )
-
 PATCHES=(
        "${FILESDIR}"/${PN}-font.patch
        "${FILESDIR}"/${PN}-clang-16.patch
 )
+DOCS=( doc/{en,ja} )
 
 src_prepare() {
        # default config
@@ -79,7 +78,6 @@ src_configure() {
                $(use_enable brltty brlapi)
                $(use_enable debug)
                $(use_enable fcitx)
-               --disable-wnn
                $(use_enable harfbuzz otl)
                $(use_enable ibus)
                $(use_enable libssh2 ssh2)
@@ -96,6 +94,7 @@ src_configure() {
                --enable-vt52
                --disable-canna
                --disable-static
+               --disable-wnn
        )
 
        local scrollbars="sample,extra"

Reply via email to