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 0C2B415808A for ; Fri, 01 Aug 2025 00:50:15 +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 EA14134103B for ; Fri, 01 Aug 2025 00:50:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6BBEE110565; Fri, 01 Aug 2025 00:50:02 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6561A110564 for ; Fri, 01 Aug 2025 00:50:02 +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 15E81340DC6 for ; Fri, 01 Aug 2025 00:50:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7392132B9 for ; Fri, 01 Aug 2025 00:49:59 +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: <1754009346.edb0b65aa3c06fa50878eef57d08acb775b11c83.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-modern/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-modern/org-modern-1.9.ebuild X-VCS-Directories: app-emacs/org-modern/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edb0b65aa3c06fa50878eef57d08acb775b11c83 X-VCS-Branch: master Date: Fri, 01 Aug 2025 00:49:59 +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: 48d2904a-ae35-42d7-8594-4d2ba6c35385 X-Archives-Hash: c61f7eeb1a13ac78b450c04f4503aad3 commit: edb0b65aa3c06fa50878eef57d08acb775b11c83 Author: Sam James gentoo org> AuthorDate: Fri Aug 1 00:48:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 1 00:49:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb0b65a app-emacs/org-modern: Keyword 1.9 arm64, #960917 Signed-off-by: Sam James gentoo.org> app-emacs/org-modern/org-modern-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/org-modern/org-modern-1.9.ebuild b/app-emacs/org-modern/org-modern-1.9.ebuild index 8ba6c803d636..ed022b7aabfc 100644 --- a/app-emacs/org-modern/org-modern-1.9.ebuild +++ b/app-emacs/org-modern/org-modern-1.9.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="GPL-3+"