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 6452B15820D for ; Sun, 06 Jul 2025 20:00:48 +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 35834342021 for ; Sun, 06 Jul 2025 20:00:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E6F411055C; Sun, 06 Jul 2025 20:00:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 34B2A11055C for ; Sun, 06 Jul 2025 20:00:43 +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 EC0E6341FB4 for ; Sun, 06 Jul 2025 20:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2C42EA9 for ; Sun, 06 Jul 2025 20:00:41 +0000 (UTC) From: "Jay Faulkner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jay Faulkner" Message-ID: <1751832031.eaee21d258e5b0f67298e04c3976381e6ef9dff8.jayf@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/claude-code/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/claude-code/claude-code-1.0.43.ebuild X-VCS-Directories: dev-util/claude-code/ X-VCS-Committer: jayf X-VCS-Committer-Name: Jay Faulkner X-VCS-Revision: eaee21d258e5b0f67298e04c3976381e6ef9dff8 X-VCS-Branch: master Date: Sun, 06 Jul 2025 20:00:41 +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: 229d093b-2162-40c0-8000-f62ef0950ffa X-Archives-Hash: a8da01426b15faa2f456c434caafdfc5 commit: eaee21d258e5b0f67298e04c3976381e6ef9dff8 Author: Jay Faulkner gentoo org> AuthorDate: Sun Jul 6 19:56:58 2025 +0000 Commit: Jay Faulkner gentoo org> CommitDate: Sun Jul 6 20:00:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaee21d2 dev-util/claude-code: stabilize 1.0.43 for amd64 claude-code, as a not-OSS licensed project, even though it's source available by definition (js code), should be treated more like a binary, vendor package than a normal package. This means now that the ebuild is in a reliable state, I'll begin keywording all new claude-code releases as stable out of the box as is the norm with many other similar vendor packages in gentoo. As always, I'll manually validate each new version before pushing. Signed-off-by: Jay Faulkner gentoo.org> dev-util/claude-code/claude-code-1.0.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/claude-code/claude-code-1.0.43.ebuild b/dev-util/claude-code/claude-code-1.0.43.ebuild index 01d2191addbc..dbc6bd6becb3 100644 --- a/dev-util/claude-code/claude-code-1.0.43.ebuild +++ b/dev-util/claude-code/claude-code-1.0.43.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}" # full details. LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" QA_PREBUILT="usr/lib64/node_modules/@anthropic-ai/claude-code/vendor/*" RESTRICT="strip"