commit: fc9e04399eb60213083628e79372f04555ad946e Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sat Nov 30 21:39:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 06:44:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9e0439
app-misc/anki: ensure that dependencies provide the protoc binary The build system expects /usr/bin/protoc to be available. Closes: https://bugs.gentoo.org/945400 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/anki/anki-24.06.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/anki/anki-24.06.3-r2.ebuild b/app-misc/anki/anki-24.06.3-r2.ebuild index 347aa6d6d680..198ce26963e2 100644 --- a/app-misc/anki/anki-24.06.3-r2.ebuild +++ b/app-misc/anki/anki-24.06.3-r2.ebuild @@ -772,7 +772,7 @@ RDEPEND=" BDEPEND=" >=app-arch/zstd-1.5.5:= - dev-libs/protobuf + dev-libs/protobuf[protoc] virtual/pkgconfig doc? ( $(python_gen_cond_dep '
