commit: ead8f6344a574cb38f8141c77098f25afcecffc6 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Jan 10 21:01:27 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Jan 10 21:03:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead8f634
dev-libs/ncnn: bdepend on protobuf[protoc(+)] Closes: https://bugs.gentoo.org/947824 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-libs/ncnn/ncnn-20240820.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/ncnn/ncnn-20240820.ebuild b/dev-libs/ncnn/ncnn-20240820.ebuild index 3ca6898ed9c5..432e9ebb568f 100644 --- a/dev-libs/ncnn/ncnn-20240820.ebuild +++ b/dev-libs/ncnn/ncnn-20240820.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,6 +35,9 @@ DEPEND=" ${RDEPEND} vulkan? ( dev-util/vulkan-headers ) " +BDEPEND=" + tools? ( dev-libs/protobuf[protoc(+)] ) +" DOCS=( README.md docs/. )
