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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A6601582EF for ; Fri, 14 Feb 2025 08:22:50 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 65EDB343181 for ; Fri, 14 Feb 2025 08:22:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 212C111042D; Fri, 14 Feb 2025 08:22:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 170DD11042D for ; Fri, 14 Feb 2025 08:22:49 +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 BE25C343179 for ; Fri, 14 Feb 2025 08:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B6B2654 for ; Fri, 14 Feb 2025 08:22:47 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1739521341.ac25c9fb1a3b4c7caf1e3d68b7c48c6a3f18f820.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/patch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/patch/patch-2.7.6_p20250206.ebuild X-VCS-Directories: sys-devel/patch/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: ac25c9fb1a3b4c7caf1e3d68b7c48c6a3f18f820 X-VCS-Branch: master Date: Fri, 14 Feb 2025 08:22:47 +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: 30fcaa6f-38d9-483d-8c88-7486be5995d7 X-Archives-Hash: 0a6255c8f0b97bc847df6bd743ea4cea commit: ac25c9fb1a3b4c7caf1e3d68b7c48c6a3f18f820 Author: Eli Schwartz gentoo org> AuthorDate: Fri Feb 14 06:46:03 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Feb 14 08:22:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac25c9fb sys-devel/patch: keyword 2.7.6_p20250206 We've been waiting for this (alpha) release for a while (7 years!): https://lists.gnu.org/archive/html/bug-patch/2024-05/msg00000.html It is now here and all remaining issues appear to have been resolved, so this is most likely going to be effectively what the final release looks like too. Based on discussion, it appears to be the correct move to keyword this now, moving on from the situation of having many patches and fixing some Modern C issues etc. Acked-by: Sam James gentoo.org> Signed-off-by: Eli Schwartz gentoo.org> sys-devel/patch/patch-2.7.6_p20250206.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/patch/patch-2.7.6_p20250206.ebuild b/sys-devel/patch/patch-2.7.6_p20250206.ebuild index c410f22ffd4f..5e593eb27c80 100644 --- a/sys-devel/patch/patch-2.7.6_p20250206.ebuild +++ b/sys-devel/patch/patch-2.7.6_p20250206.ebuild @@ -21,9 +21,8 @@ elif [[ ${PV} = *_p* ]] ; then else SRC_URI="mirror://gnu/patch/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/patch/${P}.tar.xz.sig )" - - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" LICENSE="GPL-3+" SLOT="0"