commit: 0c7f83f89fd37534efe25f7e8603ad5921286b4c Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Mar 8 06:43:52 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 13:43:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7f83f8
net-dns/knot: add missing bdep protobuf-c protoc --c_out call the plugin protoc-gent-c (protobuf-c) Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://codeberg.org/gentoo/gentoo/pulls/251 Merges: https://codeberg.org/gentoo/gentoo/pulls/251 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/knot/knot-3.5.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-dns/knot/knot-3.5.3.ebuild b/net-dns/knot/knot-3.5.3.ebuild index b87644a4b042..c427bbee0f60 100644 --- a/net-dns/knot/knot-3.5.3.ebuild +++ b/net-dns/knot/knot-3.5.3.ebuild @@ -88,7 +88,10 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - dnstap? ( dev-libs/protobuf[protoc(+)] ) + dnstap? ( + dev-libs/protobuf[protoc(+)] + dev-libs/protobuf-c + ) doc? ( $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}]
