commit: 1dfef501068db11fb076e2d5a20c59a6b217aca6 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 07:17:10 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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}"
