commit: 0dc5bc6867214be16f5af0d62e5ee97a5944bfec Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Mar 3 20:02:04 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Mar 3 20:04:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc5bc68
sci-libs/caffe2: restrict XNNPACK version Closes: https://bugs.gentoo.org/950226 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/caffe2/{caffe2-2.5.1-r7.ebuild => caffe2-2.5.1-r8.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild b/sci-libs/caffe2/caffe2-2.5.1-r8.ebuild similarity index 99% rename from sci-libs/caffe2/caffe2-2.5.1-r7.ebuild rename to sci-libs/caffe2/caffe2-2.5.1-r8.ebuild index 85a3c940b097..0e476ce00275 100644 --- a/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild +++ b/sci-libs/caffe2/caffe2-2.5.1-r8.ebuild @@ -90,7 +90,7 @@ RDEPEND=" sci-libs/tensorpipe[cuda?] dev-cpp/cpp-httplib ) - xnnpack? ( >=sci-libs/XNNPACK-2024.02.29 ) + xnnpack? ( ~sci-libs/XNNPACK-2024.02.29 ) mkl? ( sci-libs/mkl ) openblas? ( sci-libs/openblas ) "
