From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14B17158649 for ; Mon, 8 May 2023 23:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDD5E086B; Mon, 8 May 2023 23:44:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28051E086B for ; Mon, 8 May 2023 23:44:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6A8B340D2B for ; Mon, 8 May 2023 23:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187A6920 for ; Mon, 8 May 2023 23:44:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1683589441.69d6ba14a7cb096757e96c16afcb7d48b9f2fbe0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/netavark/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/netavark/netavark-1.6.0.ebuild X-VCS-Directories: app-containers/netavark/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 69d6ba14a7cb096757e96c16afcb7d48b9f2fbe0 X-VCS-Branch: master Date: Mon, 8 May 2023 23:44:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fba02caf-c34c-4ea5-9bdc-eefdc440710b X-Archives-Hash: e519dd586bbb2736f3fa9a2875599bf2 commit: 69d6ba14a7cb096757e96c16afcb7d48b9f2fbe0 Author: Zac Medico gentoo org> AuthorDate: Mon May 8 23:43:43 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 8 23:44:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d6ba14 app-containers/netavark: add protobuf BDEPEND Closes: https://bugs.gentoo.org/905918 Signed-off-by: Zac Medico gentoo.org> app-containers/netavark/netavark-1.6.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-containers/netavark/netavark-1.6.0.ebuild b/app-containers/netavark/netavark-1.6.0.ebuild index b912ae255dc6..bffdfff8980c 100644 --- a/app-containers/netavark/netavark-1.6.0.ebuild +++ b/app-containers/netavark/netavark-1.6.0.ebuild @@ -265,7 +265,8 @@ SRC_URI="$(cargo_crate_uris)" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" -BDEPEND="dev-go/go-md2man" +BDEPEND="dev-go/go-md2man + dev-libs/protobuf" QA_FLAGS_IGNORED="usr/bin/${PN}"