Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/
Date: Tue, 07 Jun 2022 06:58:28
Message-Id: 1654585096.26fc7b7d7c7ec1c8a0bea65de3ac4c8654b8aa4a.sam@gentoo
1 commit: 26fc7b7d7c7ec1c8a0bea65de3ac4c8654b8aa4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 7 06:58:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 7 06:58:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fc7b7d
7
8 media-libs/opencv: enable py3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/opencv/opencv-4.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/opencv/opencv-4.6.0.ebuild b/media-libs/opencv/opencv-4.6.0.ebuild
16 index 2e23f70dbc01..bd837e847ead 100644
17 --- a/media-libs/opencv/opencv-4.6.0.ebuild
18 +++ b/media-libs/opencv/opencv-4.6.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit flag-o-matic java-pkg-opt-2 java-ant-2 cmake-multilib python-r1 toolchain-funcs
26
27 DESCRIPTION="A collection of algorithms and sample code for various computer vision problems"