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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 267921582EF for ; Fri, 21 Feb 2025 07:17:45 +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 11A9C343095 for ; Fri, 21 Feb 2025 07:17:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D1DF1102A2; Fri, 21 Feb 2025 07:17:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 02FDF1102A2 for ; Fri, 21 Feb 2025 07:17:43 +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 A0123343095 for ; Fri, 21 Feb 2025 07:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01CE92637 for ; Fri, 21 Feb 2025 07:17:42 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1740122230.1dfef501068db11fb076e2d5a20c59a6b217aca6.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/onnx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/onnx/onnx-1.16.1-r1.ebuild sci-libs/onnx/onnx-1.16.1-r2.ebuild sci-libs/onnx/onnx-1.16.2-r1.ebuild sci-libs/onnx/onnx-1.16.2.ebuild X-VCS-Directories: sci-libs/onnx/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1dfef501068db11fb076e2d5a20c59a6b217aca6 X-VCS-Branch: master Date: Fri, 21 Feb 2025 07:17:42 +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: 289ad3db-55db-406b-80b3-a5b0667f0619 X-Archives-Hash: 43fd0102f42e6271f4d82d7cca31e55a commit: 1dfef501068db11fb076e2d5a20c59a6b217aca6 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Feb 21 07:17:10 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Feb 21 07:17:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfef501 sci-libs/onnx: requires protoc Closes: https://bugs.gentoo.org/947732 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/onnx/{onnx-1.16.1-r1.ebuild => onnx-1.16.1-r2.ebuild} | 4 ++-- sci-libs/onnx/{onnx-1.16.2.ebuild => onnx-1.16.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/onnx/onnx-1.16.1-r1.ebuild b/sci-libs/onnx/onnx-1.16.1-r2.ebuild similarity index 95% rename from sci-libs/onnx/onnx-1.16.1-r1.ebuild rename to sci-libs/onnx/onnx-1.16.1-r2.ebuild index 9d71aeffe047..555c3bac3c40 100644 --- a/sci-libs/onnx/onnx-1.16.1-r1.ebuild +++ b/sci-libs/onnx/onnx-1.16.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RESTRICT="test" RDEPEND=" dev-python/protobuf[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] - dev-libs/protobuf:= + dev-libs/protobuf:=[protoc(+)] dev-cpp/abseil-cpp:= " DEPEND="${RDEPEND}" diff --git a/sci-libs/onnx/onnx-1.16.2.ebuild b/sci-libs/onnx/onnx-1.16.2-r1.ebuild similarity index 95% rename from sci-libs/onnx/onnx-1.16.2.ebuild rename to sci-libs/onnx/onnx-1.16.2-r1.ebuild index 9d71aeffe047..555c3bac3c40 100644 --- a/sci-libs/onnx/onnx-1.16.2.ebuild +++ b/sci-libs/onnx/onnx-1.16.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RESTRICT="test" RDEPEND=" dev-python/protobuf[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] - dev-libs/protobuf:= + dev-libs/protobuf:=[protoc(+)] dev-cpp/abseil-cpp:= " DEPEND="${RDEPEND}"