commit: eaee21d258e5b0f67298e04c3976381e6ef9dff8
Author: Jay Faulkner <jayf <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 6 19:56:58 2025 +0000
Commit: Jay Faulkner <jayf <AT> gentoo <DOT> 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 <jayf <AT> 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"