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 38D2015827B for ; Sun, 17 Aug 2025 04:22:14 +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 240FD3406D6 for ; Sun, 17 Aug 2025 04:22:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11D16110280; Sun, 17 Aug 2025 04:22:13 +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 030E3110280 for ; Sun, 17 Aug 2025 04:22:12 +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 A8C95340BB4 for ; Sun, 17 Aug 2025 04:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86F1334A for ; Sun, 17 Aug 2025 04:22:10 +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: <1755404467.36b0dca1caec4ac822426a37505dcd6ea3af9229.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.81.ebuild dev-util/claude-code/claude-code-1.0.83-r1.ebuild dev-util/claude-code/claude-code-1.0.83.ebuild X-VCS-Directories: dev-util/claude-code/ X-VCS-Committer: jayf X-VCS-Committer-Name: Jay Faulkner X-VCS-Revision: 36b0dca1caec4ac822426a37505dcd6ea3af9229 X-VCS-Branch: master Date: Sun, 17 Aug 2025 04:22:10 +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: db9aff00-91b9-44fe-b2d6-da9a8f5c64a4 X-Archives-Hash: 4bb4c721bf4b78510fcaa38b461e17ca commit: 36b0dca1caec4ac822426a37505dcd6ea3af9229 Author: Jay Faulkner gentoo org> AuthorDate: Sun Aug 17 04:14:47 2025 +0000 Commit: Jay Faulkner gentoo org> CommitDate: Sun Aug 17 04:21:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b0dca1 dev-util/claude-code: Add restrict=bindist It was pointed out that this is useless to bindist since it's not compiled, but also somewhat dubious to do so given the license. Setting RESTRICT=bindist to be maximally save. Signed-off-by: Jay Faulkner gentoo.org> dev-util/claude-code/claude-code-1.0.81.ebuild | 2 +- dev-util/claude-code/claude-code-1.0.83-r1.ebuild | 2 +- dev-util/claude-code/claude-code-1.0.83.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/claude-code/claude-code-1.0.81.ebuild b/dev-util/claude-code/claude-code-1.0.81.ebuild index dbc6bd6becb3..be4d7d4c5cec 100644 --- a/dev-util/claude-code/claude-code-1.0.81.ebuild +++ b/dev-util/claude-code/claude-code-1.0.81.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64" QA_PREBUILT="usr/lib64/node_modules/@anthropic-ai/claude-code/vendor/*" -RESTRICT="strip" +RESTRICT="bindist strip" RDEPEND=" >=net-libs/nodejs-18 diff --git a/dev-util/claude-code/claude-code-1.0.83-r1.ebuild b/dev-util/claude-code/claude-code-1.0.83-r1.ebuild index 37d1cfb30252..d61630d430fd 100644 --- a/dev-util/claude-code/claude-code-1.0.83-r1.ebuild +++ b/dev-util/claude-code/claude-code-1.0.83-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="" IUSE="jetbrains vscode" -RESTRICT="strip" +RESTRICT="bindist strip" RDEPEND=" net-libs/nodejs diff --git a/dev-util/claude-code/claude-code-1.0.83.ebuild b/dev-util/claude-code/claude-code-1.0.83.ebuild index dbc6bd6becb3..be4d7d4c5cec 100644 --- a/dev-util/claude-code/claude-code-1.0.83.ebuild +++ b/dev-util/claude-code/claude-code-1.0.83.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64" QA_PREBUILT="usr/lib64/node_modules/@anthropic-ai/claude-code/vendor/*" -RESTRICT="strip" +RESTRICT="bindist strip" RDEPEND=" >=net-libs/nodejs-18