From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1239D1580E0 for ; Mon, 27 Jan 2025 14:29:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EA4AE34339B for ; Mon, 27 Jan 2025 14:29:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E030A11046F; Mon, 27 Jan 2025 14:29:05 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D3D8911046F for ; Mon, 27 Jan 2025 14:29:05 +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 6B04834339B for ; Mon, 27 Jan 2025 14:29:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2DA0190B for ; Mon, 27 Jan 2025 14:29:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1737988060.99f669ca0cf7a32116d0e687e9d3521e4bf665d7.chewi@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.12.2-r1.ebuild app-containers/netavark/netavark-9999.ebuild X-VCS-Directories: app-containers/netavark/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 99f669ca0cf7a32116d0e687e9d3521e4bf665d7 X-VCS-Branch: master Date: Mon, 27 Jan 2025 14:29:03 +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: f55e9d86-a0f8-4ee9-a192-ff994c92b02c X-Archives-Hash: 8a0dd358c5c2fe880478fe3b7f69b8f2 commit: 99f669ca0cf7a32116d0e687e9d3521e4bf665d7 Author: Krzesimir Nowak microsoft com> AuthorDate: Mon Jan 27 13:29:17 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jan 27 14:27:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f669ca app-containers/netavark: Allow nonexistent flag for dev-libs/protobuf This USE flag does not exist in older versions of protobuf. Signed-off-by: Krzesimir Nowak microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/40333 Signed-off-by: James Le Cuirot gentoo.org> app-containers/netavark/netavark-1.12.2-r1.ebuild | 2 +- app-containers/netavark/netavark-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/netavark/netavark-1.12.2-r1.ebuild b/app-containers/netavark/netavark-1.12.2-r1.ebuild index e0cf15c2ee10..a3660b4bd9db 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[protoc]" + 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 689cd3e01897..6cfed97bbf3f 100644 --- a/app-containers/netavark/netavark-9999.ebuild +++ b/app-containers/netavark/netavark-9999.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[protoc]" + dev-libs/protobuf[protoc(+)]" QA_FLAGS_IGNORED=" usr/libexec/podman/${PN}"