Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/
Date: Mon, 29 Aug 2022 06:42:15
Message-Id: 1661755311.63d4f2bfcfd5e696451103703854e9485c381314.tupone@gentoo
1 commit: 63d4f2bfcfd5e696451103703854e9485c381314
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 06:41:51 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 06:41:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d4f2bf
7
8 sci-libs/caffe2: no good for python 3.11
9
10 Closes: https://bugs.gentoo.org/864769
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-libs/caffe2/caffe2-1.11.0-r2.ebuild | 2 +-
15 sci-libs/caffe2/caffe2-1.12.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild b/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild
19 index b5c92d8e88df..6ae8a8dc9187 100644
20 --- a/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild
21 +++ b/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..11} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit python-r1 cmake
29
30 MYPN=pytorch
31
32 diff --git a/sci-libs/caffe2/caffe2-1.12.0.ebuild b/sci-libs/caffe2/caffe2-1.12.0.ebuild
33 index d8b678dbc4e8..08e81ce1c8ab 100644
34 --- a/sci-libs/caffe2/caffe2-1.12.0.ebuild
35 +++ b/sci-libs/caffe2/caffe2-1.12.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=8
39
40 -PYTHON_COMPAT=( python3_{8..11} )
41 +PYTHON_COMPAT=( python3_{8..10} )
42 inherit python-r1 cmake flag-o-matic
43
44 MYPN=pytorch