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 7B56215800F for ; Mon, 20 Feb 2023 21:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2A7E0BCB; Mon, 20 Feb 2023 21:22:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 93C2DE0BCB for ; Mon, 20 Feb 2023 21:22:37 +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 93EE7340AB3 for ; Mon, 20 Feb 2023 21:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B67707D0 for ; Mon, 20 Feb 2023 21:22:34 +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: <1676928125.39efa04922e0172b9b5f6313022e70d693d9c61e.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-1.13.1-r1.ebuild sci-libs/caffe2/caffe2-1.13.1.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 39efa04922e0172b9b5f6313022e70d693d9c61e X-VCS-Branch: master Date: Mon, 20 Feb 2023 21:22:34 +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: 4dbc709e-aa2f-408b-b13b-92f2b7da1ad5 X-Archives-Hash: 63c8ca2381599684fba58e15d24dc34f commit: 39efa04922e0172b9b5f6313022e70d693d9c61e Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 20 21:22:05 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 20 21:22:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39efa049 sci-libs/caffe2: enable python 3.11 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/{caffe2-1.13.1.ebuild => caffe2-1.13.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/caffe2/caffe2-1.13.1.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild similarity index 99% rename from sci-libs/caffe2/caffe2-1.13.1.ebuild rename to sci-libs/caffe2/caffe2-1.13.1-r1.ebuild index caf62fd84b8f..352a593d3559 100644 --- a/sci-libs/caffe2/caffe2-1.13.1.ebuild +++ b/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 cmake flag-o-matic MYPN=pytorch