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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED6CE158046 for ; Tue, 15 Oct 2024 00:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C29FE07D9; Tue, 15 Oct 2024 00:51:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E34E07D9 for ; Tue, 15 Oct 2024 00:51:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 677513430A5 for ; Tue, 15 Oct 2024 00:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787131DD1 for ; Tue, 15 Oct 2024 00:51:13 +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: <1728953426.3119aa4726639dd069fb0ea8bbb11306f85b1cc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mc/mc-4.8.32-r1.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3119aa4726639dd069fb0ea8bbb11306f85b1cc1 X-VCS-Branch: master Date: Tue, 15 Oct 2024 00:51:13 +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: 1f375194-266e-4b63-b206-8a88b0dcecfa X-Archives-Hash: 1c300ecf7e8452df452b9447d1838157 commit: 3119aa4726639dd069fb0ea8bbb11306f85b1cc1 Author: Sam James gentoo org> AuthorDate: Tue Oct 15 00:50:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 15 00:50:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3119aa47 app-misc/mc: Stabilize 4.8.32-r1 sparc, #940691 Signed-off-by: Sam James gentoo.org> app-misc/mc/mc-4.8.32-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mc/mc-4.8.32-r1.ebuild b/app-misc/mc/mc-4.8.32-r1.ebuild index 91a5cbc76bce..4444ef744f06 100644 --- a/app-misc/mc/mc-4.8.32-r1.ebuild +++ b/app-misc/mc/mc-4.8.32-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+edit gpm nls sftp +slang spell test unicode X" REQUIRED_USE="spell? ( edit )"