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 3CA86158074 for ; Sun, 22 Jun 2025 11:53:28 +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 28257341E65 for ; Sun, 22 Jun 2025 11:53:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9EE22110572; Sun, 22 Jun 2025 11:51:58 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9609A110572 for ; Sun, 22 Jun 2025 11:51:58 +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 54F8F341E5A for ; Sun, 22 Jun 2025 11:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 622822A40 for ; Sun, 22 Jun 2025 11:51:56 +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: <1750592983.c6263642e65fd9c1ed43fd00631fd61d6ff5f022.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/with-editor/with-editor-3.4.3.ebuild X-VCS-Directories: app-emacs/with-editor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6263642e65fd9c1ed43fd00631fd61d6ff5f022 X-VCS-Branch: master Date: Sun, 22 Jun 2025 11:51:56 +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: 7680efd0-c0c9-41a6-b599-8c75ae7823d2 X-Archives-Hash: 9cc9799a080b0622224651f2193ebae2 commit: c6263642e65fd9c1ed43fd00631fd61d6ff5f022 Author: Sam James gentoo org> AuthorDate: Sun Jun 22 11:49:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 11:49:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6263642 app-emacs/with-editor: Stabilize 3.4.3 arm, #917048 Signed-off-by: Sam James gentoo.org> app-emacs/with-editor/with-editor-3.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/with-editor/with-editor-3.4.3.ebuild b/app-emacs/with-editor/with-editor-3.4.3.ebuild index 45fb0d906f2d..5ab40a56ecb9 100644 --- a/app-emacs/with-editor/with-editor-3.4.3.ebuild +++ b/app-emacs/with-editor/with-editor-3.4.3.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${P}/lisp"