From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F7CF1581C1 for ; Mon, 15 Jul 2024 22:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3A9E2A81; Mon, 15 Jul 2024 22:59:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C745E2A7F for ; Mon, 15 Jul 2024 22:59:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53064340940 for ; Mon, 15 Jul 2024 22:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8AC41869 for ; Mon, 15 Jul 2024 22:59:02 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1721084302.cd7ac0c8467208ec745589ec34ae971074c6491b.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mlterm/mlterm-3.9.3-r1.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: cd7ac0c8467208ec745589ec34ae971074c6491b X-VCS-Branch: master Date: Mon, 15 Jul 2024 22:59:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3500d159-de4a-4516-9ebb-df5b33156191 X-Archives-Hash: 7ec2d8167f2a8c41579f146905563d91 commit: cd7ac0c8467208ec745589ec34ae971074c6491b Author: Eli Schwartz gentoo org> AuthorDate: Mon Jul 15 21:52:55 2024 +0000 Commit: Eli Schwartz gentoo 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 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)