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 5E2C6158176 for ; Sat, 18 Oct 2025 10:24:20 +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 431B0341E83 for ; Sat, 18 Oct 2025 10:24:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E2131104B5; Sat, 18 Oct 2025 10:24:19 +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 381AC1104B5 for ; Sat, 18 Oct 2025 10:24:19 +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 E58FD341E83 for ; Sat, 18 Oct 2025 10:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C68429D0 for ; Sat, 18 Oct 2025 10:24:17 +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: <1760782968.7077b65ce0909a02542ecd85b5fd0713e9a5af88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/cmake/cmake-4.1.2-r1.ebuild X-VCS-Directories: dev-build/cmake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7077b65ce0909a02542ecd85b5fd0713e9a5af88 X-VCS-Branch: master Date: Sat, 18 Oct 2025 10:24:17 +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: 5c48cbaf-b2eb-4de5-81e9-0a45670e79a8 X-Archives-Hash: 1cdb92e0edb2b233f8d28efc490254d2 commit: 7077b65ce0909a02542ecd85b5fd0713e9a5af88 Author: Sam James gentoo org> AuthorDate: Sat Oct 18 09:52:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 18 10:22:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7077b65c dev-build/cmake: Stabilize 4.1.2-r1 x86, #957801 Signed-off-by: Sam James gentoo.org> dev-build/cmake/cmake-4.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-build/cmake/cmake-4.1.2-r1.ebuild b/dev-build/cmake/cmake-4.1.2-r1.ebuild index 918f95a80b78..5fcbaca75938 100644 --- a/dev-build/cmake/cmake-4.1.2-r1.ebuild +++ b/dev-build/cmake/cmake-4.1.2-r1.ebuild @@ -53,7 +53,7 @@ else )" if [[ ${PV} != *_rc* ]] ; then - 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" + 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 BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-bradking-20250904 )"