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 CEED21581F0 for ; Fri, 13 Dec 2024 15:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05826E0824; Fri, 13 Dec 2024 15:55:47 +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 EAF7DE0824 for ; Fri, 13 Dec 2024 15:55:45 +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 BB3DB335DC0 for ; Fri, 13 Dec 2024 15:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11874AF5 for ; Fri, 13 Dec 2024 15:55:43 +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: <1734105331.1dd5a00471cd6631bea55e83670dedd25786170f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-mode/org-mode-9.7.15.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1dd5a00471cd6631bea55e83670dedd25786170f X-VCS-Branch: master Date: Fri, 13 Dec 2024 15:55:43 +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: 3384bbb9-6018-43c4-a3f1-13616a57efce X-Archives-Hash: 7b2b997e8bad698f4e5dc6c2ca37eaed commit: 1dd5a00471cd6631bea55e83670dedd25786170f Author: Sam James gentoo org> AuthorDate: Fri Dec 13 15:55:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 13 15:55:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd5a004 app-emacs/org-mode: Stabilize 9.7.15 ALLARCHES, #946381 Signed-off-by: Sam James gentoo.org> app-emacs/org-mode/org-mode-9.7.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/org-mode/org-mode-9.7.15.ebuild b/app-emacs/org-mode/org-mode-9.7.15.ebuild index 86c9f98ba96b..2e6d3986022b 100644 --- a/app-emacs/org-mode/org-mode-9.7.15.ebuild +++ b/app-emacs/org-mode/org-mode-9.7.15.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://git.savannah.gnu.org/cgit/emacs/${PN}.git/snapshot/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ppc x86" fi LICENSE="GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )"