mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
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:
parent
f7eae81ab9
commit
68d0de9998
@ -44,6 +44,7 @@ BDEPEND+="
|
||||
$(llvm_gen_dep '
|
||||
llvm-core/clang:${LLVM_SLOT}
|
||||
')
|
||||
dev-libs/protobuf[protoc(+)]
|
||||
test? ( dev-util/cargo-nextest )
|
||||
"
|
||||
|
||||
|
||||
@ -44,6 +44,7 @@ BDEPEND+="
|
||||
$(llvm_gen_dep '
|
||||
llvm-core/clang:${LLVM_SLOT}
|
||||
')
|
||||
dev-libs/protobuf[protoc(+)]
|
||||
test? ( dev-util/cargo-nextest )
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user