commit: b48bd29a09e91fae578a84675c720c142d4b0c23
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 22:37:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 22:37:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48bd29a
media-libs/opencv: disable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/opencv/opencv-4.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/opencv/opencv-4.8.0-r1.ebuild
b/media-libs/opencv/opencv-4.8.0-r1.ebuild
index 0255657a5e62..f9390c38feab 100644
--- a/media-libs/opencv/opencv-4.8.0-r1.ebuild
+++ b/media-libs/opencv/opencv-4.8.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic java-pkg-opt-2 java-ant-2 cmake-multilib python-r1
toolchain-funcs
DESCRIPTION="A collection of algorithms and sample code for various computer
vision problems"