From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4E09E158074 for ; Sun, 22 Jun 2025 15:37:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3C6AD341E68 for ; Sun, 22 Jun 2025 15:37:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 88606110526; Sun, 22 Jun 2025 15:37:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7F34E110526 for ; Sun, 22 Jun 2025 15:37: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C8863415DA for ; Sun, 22 Jun 2025 15:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C961D5D for ; Sun, 22 Jun 2025 15:37:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750606480.e68c3342105063e827be2c95365890b266d7a18d.sam@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.4.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e68c3342105063e827be2c95365890b266d7a18d X-VCS-Branch: master Date: Sun, 22 Jun 2025 15:37:03 +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: ef3ba71a-fc01-40dc-b9c6-67d81e8258ab X-Archives-Hash: 587b94c96f24a2893a4d30a221e30703 commit: e68c3342105063e827be2c95365890b266d7a18d Author: Sam James gentoo org> AuthorDate: Sun Jun 22 15:34:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 15:34:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68c3342 x11-terms/mlterm: Stabilize 3.9.4 amd64, #958701 Signed-off-by: Sam James gentoo.org> x11-terms/mlterm/mlterm-3.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/mlterm/mlterm-3.9.4.ebuild b/x11-terms/mlterm/mlterm-3.9.4.ebuild index bf7ce579ee54..5e9ee96ffff4 100644 --- a/x11-terms/mlterm/mlterm-3.9.4.ebuild +++ b/x11-terms/mlterm/mlterm-3.9.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86" 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 )"