commit: bc98becba58b33e3661a75335d002e872e28d3a7 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Jan 19 02:44:33 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Jan 19 02:47:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc98becb
app-containers/netavark: Require protoc Closes: https://bugs.gentoo.org/948353 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-containers/netavark/netavark-1.12.2-r1.ebuild | 2 +- app-containers/netavark/netavark-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-containers/netavark/netavark-1.12.2-r1.ebuild b/app-containers/netavark/netavark-1.12.2-r1.ebuild index c5c7836b91e1..e0cf15c2ee10 100644 --- a/app-containers/netavark/netavark-1.12.2-r1.ebuild +++ b/app-containers/netavark/netavark-1.12.2-r1.ebuild @@ -24,7 +24,7 @@ LICENSE="Apache-2.0" LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" BDEPEND="dev-go/go-md2man - dev-libs/protobuf" + dev-libs/protobuf[protoc]" QA_FLAGS_IGNORED=" usr/libexec/podman/${PN}" diff --git a/app-containers/netavark/netavark-9999.ebuild b/app-containers/netavark/netavark-9999.ebuild index 81168b09df45..689cd3e01897 100644 --- a/app-containers/netavark/netavark-9999.ebuild +++ b/app-containers/netavark/netavark-9999.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 @@ -24,7 +24,7 @@ LICENSE="Apache-2.0" LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" BDEPEND="dev-go/go-md2man - dev-libs/protobuf" + dev-libs/protobuf[protoc]" QA_FLAGS_IGNORED=" usr/libexec/podman/${PN}"
