diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-08-29 08:41:51 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-08-29 08:41:51 +0200 |
commit | 63d4f2bfcfd5e696451103703854e9485c381314 (patch) | |
tree | 5ae93073385cc94d71663e617f2e555d9e53d631 /sci-libs/caffe2 | |
parent | net-libs/shairplay: drop 0_pre20170118, 0_pre20180824, EAPI-6-- (diff) | |
download | gentoo-63d4f2bfcfd5e696451103703854e9485c381314.tar.gz gentoo-63d4f2bfcfd5e696451103703854e9485c381314.tar.bz2 gentoo-63d4f2bfcfd5e696451103703854e9485c381314.zip |
sci-libs/caffe2: no good for python 3.11
Closes: https://bugs.gentoo.org/864769
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r-- | sci-libs/caffe2/caffe2-1.11.0-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/caffe2/caffe2-1.12.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild b/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild index b5c92d8e88df..6ae8a8dc9187 100644 --- a/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild +++ b/sci-libs/caffe2/caffe2-1.11.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-r1 cmake MYPN=pytorch diff --git a/sci-libs/caffe2/caffe2-1.12.0.ebuild b/sci-libs/caffe2/caffe2-1.12.0.ebuild index d8b678dbc4e8..08e81ce1c8ab 100644 --- a/sci-libs/caffe2/caffe2-1.12.0.ebuild +++ b/sci-libs/caffe2/caffe2-1.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-r1 cmake flag-o-matic MYPN=pytorch |