commit: 68d0de9998a81016a173712820a2ec256e4d0cd4 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Wed Dec 3 20:08:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 02:49:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d0de99
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 <AT> 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 <AT> gentoo.org> dev-vcs/pkgcruft-git/pkgcruft-git-0.0.3.ebuild | 1 + dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-vcs/pkgcruft-git/pkgcruft-git-0.0.3.ebuild b/dev-vcs/pkgcruft-git/pkgcruft-git-0.0.3.ebuild index d2cbc94ab927..3349c8c60bda 100644 --- a/dev-vcs/pkgcruft-git/pkgcruft-git-0.0.3.ebuild +++ b/dev-vcs/pkgcruft-git/pkgcruft-git-0.0.3.ebuild @@ -44,6 +44,7 @@ BDEPEND+=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} ') + dev-libs/protobuf[protoc(+)] test? ( dev-util/cargo-nextest ) " diff --git a/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild b/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild index f3c243cc1769..226716636527 100644 --- a/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild +++ b/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild @@ -44,6 +44,7 @@ BDEPEND+=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} ') + dev-libs/protobuf[protoc(+)] test? ( dev-util/cargo-nextest ) "
