From ead8f6344a574cb38f8141c77098f25afcecffc6 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 10 Jan 2025 16:01:27 -0500 Subject: [PATCH] dev-libs/ncnn: bdepend on protobuf[protoc(+)] Closes: https://bugs.gentoo.org/947824 Signed-off-by: Ionen Wolkens --- 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 3ca6898ed9c51..432e9ebb568fd 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/. )