dev-vcs/pkgcruft-git: add missing dep on dev-libs/protobuf

The build.rs script calls protoc (or looks for $PROTOC for a binary to
execute)

[sam: add Bug tag, fix USE dep.]

Closes: https://bugs.gentoo.org/962337
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/44878
Closes: https://github.com/gentoo/gentoo/pull/44878
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen 2025-12-03 20:08:06 +00:00 committed by Sam James
parent f7eae81ab9
commit 68d0de9998
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ BDEPEND+="
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
dev-libs/protobuf[protoc(+)]
test? ( dev-util/cargo-nextest )
"

View File

@ -44,6 +44,7 @@ BDEPEND+="
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
dev-libs/protobuf[protoc(+)]
test? ( dev-util/cargo-nextest )
"