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 07AF015808B for ; Thu, 3 Oct 2024 15:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E126BE29C2; Thu, 3 Oct 2024 15:50:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B55D0E29C2 for ; Thu, 3 Oct 2024 15:50:15 +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 B92D934106C for ; Thu, 3 Oct 2024 15:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22FE027F5 for ; Thu, 3 Oct 2024 15:50:13 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1727970604.4b9d1b5f2d2746d01da2554abaa843e2aa41cc59.jsmolic@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.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4b9d1b5f2d2746d01da2554abaa843e2aa41cc59 X-VCS-Branch: master Date: Thu, 3 Oct 2024 15:50: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: 8b2f22d7-84d7-4635-8136-fadfd52ed2f3 X-Archives-Hash: c46466a9a8f2ad4986fa8eeb3d3b119b commit: 4b9d1b5f2d2746d01da2554abaa843e2aa41cc59 Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 3 15:50:04 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 3 15:50:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9d1b5f app-misc/mc: Stabilize 4.8.32 amd64, #940691 Signed-off-by: Jakov Smolić gentoo.org> app-misc/mc/mc-4.8.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mc/mc-4.8.32.ebuild b/app-misc/mc/mc-4.8.32.ebuild index 6e1f2120ed7f..0f8f239c82db 100644 --- a/app-misc/mc/mc-4.8.32.ebuild +++ b/app-misc/mc/mc-4.8.32.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 )"