mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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 <jayf@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
IUSE="jetbrains vscode"
|
||||
RESTRICT="strip"
|
||||
RESTRICT="bindist strip"
|
||||
|
||||
RDEPEND="
|
||||
net-libs/nodejs
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user