summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-01-10 16:01:27 -0500
committerIonen Wolkens <ionen@gentoo.org>2025-01-10 16:03:34 -0500
commitead8f6344a574cb38f8141c77098f25afcecffc6 (patch)
treec1c240c2a7bb1c7dcd5e2d178b277de3f513f3e5
parentprofiles: mask *-standalone packages on non-musl (diff)
downloadgentoo-ead8f6344a574cb38f8141c77098f25afcecffc6.tar.gz
gentoo-ead8f6344a574cb38f8141c77098f25afcecffc6.tar.bz2
gentoo-ead8f6344a574cb38f8141c77098f25afcecffc6.zip
dev-libs/ncnn: bdepend on protobuf[protoc(+)]
Closes: https://bugs.gentoo.org/947824 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-libs/ncnn/ncnn-20240820.ebuild5
1 files changed, 4 insertions, 1 deletions
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/. )