From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AE69158064 for ; Sun, 5 May 2024 14:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FA3E29E9; Sun, 5 May 2024 14:15:40 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 73A7BE29E9 for ; Sun, 5 May 2024 14:15:40 +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 970B0340DE6 for ; Sun, 5 May 2024 14:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE3FE93E for ; Sun, 5 May 2024 14:15:37 +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: <1714918499.f8c60f22b1b7f11fc2913496a8e82d7ec8910be9.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-2.2.2-r1.ebuild sci-libs/caffe2/caffe2-2.2.2.ebuild sci-libs/caffe2/caffe2-2.3.0-r1.ebuild sci-libs/caffe2/caffe2-2.3.0.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f8c60f22b1b7f11fc2913496a8e82d7ec8910be9 X-VCS-Branch: master Date: Sun, 5 May 2024 14:15:37 +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: 2949c8d1-ddb7-42fc-9faf-3d6226bb8e1c X-Archives-Hash: 2fb045ce7448283be39960331fb4fa7c commit: f8c60f22b1b7f11fc2913496a8e82d7ec8910be9 Author: Alfredo Tupone gentoo org> AuthorDate: Sun May 5 14:14:15 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun May 5 14:14:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c60f22 sci-libs/caffe2: remove onnx version limits Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/{caffe2-2.2.2.ebuild => caffe2-2.2.2-r1.ebuild} | 3 +-- sci-libs/caffe2/{caffe2-2.3.0.ebuild => caffe2-2.3.0-r1.ebuild} | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sci-libs/caffe2/caffe2-2.2.2.ebuild b/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild similarity index 99% rename from sci-libs/caffe2/caffe2-2.2.2.ebuild rename to sci-libs/caffe2/caffe2-2.2.2-r1.ebuild index 2af11a75be5e..60112b1a722e 100644 --- a/sci-libs/caffe2/caffe2-2.2.2.ebuild +++ b/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild @@ -42,8 +42,7 @@ RDEPEND=" dev-libs/pthreadpool dev-libs/sleef virtual/lapack - >=sci-libs/onnx-1.12.0 -