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 9B89B15808A for ; Fri, 01 Aug 2025 00:15:11 +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 82D48340D48 for ; Fri, 01 Aug 2025 00:15:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ED341110560; Fri, 01 Aug 2025 00:15:02 +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 E56D411055F for ; Fri, 01 Aug 2025 00:15: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9599E33BEE9 for ; Fri, 01 Aug 2025 00:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 120C532A2 for ; Fri, 01 Aug 2025 00:15:01 +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: <1754007271.978546f9d45687e35ea9841268f069d930e0d0f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-contrib/org-contrib-0.6.ebuild X-VCS-Directories: app-emacs/org-contrib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 978546f9d45687e35ea9841268f069d930e0d0f5 X-VCS-Branch: master Date: Fri, 01 Aug 2025 00:15:01 +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: f8dadc4a-6c60-4a47-a211-7c917ce3d82e X-Archives-Hash: 4e4673449a76714999a259d44ec5f6ac commit: 978546f9d45687e35ea9841268f069d930e0d0f5 Author: Sam James gentoo org> AuthorDate: Fri Aug 1 00:14:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 1 00:14:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978546f9 app-emacs/org-contrib: Stabilize 0.6 amd64, #960915 Signed-off-by: Sam James gentoo.org> app-emacs/org-contrib/org-contrib-0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/org-contrib/org-contrib-0.6.ebuild b/app-emacs/org-contrib/org-contrib-0.6.ebuild index 70176f372f7d..b22714af5308 100644 --- a/app-emacs/org-contrib/org-contrib-0.6.ebuild +++ b/app-emacs/org-contrib/org-contrib-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}-release_${PV}/lisp" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc ~x86" fi LICENSE="GPL-3+"