commit: 1e5264a7627268e87946f541abb3815737912882 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 20:51:32 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Dec 12 20:52:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5264a7
sci-libs/onnx: fix DEPEND Closes: https://bugs.gentoo.org/919706 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/onnx/{onnx-1.14.1.ebuild => onnx-1.14.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/onnx/onnx-1.14.1.ebuild b/sci-libs/onnx/onnx-1.14.1-r1.ebuild similarity index 96% rename from sci-libs/onnx/onnx-1.14.1.ebuild rename to sci-libs/onnx/onnx-1.14.1-r1.ebuild index 79cd66b3ad82..331b32483cf4 100644 --- a/sci-libs/onnx/onnx-1.14.1.ebuild +++ b/sci-libs/onnx/onnx-1.14.1-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] ) dev-libs/protobuf:= "
