summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-26 05:56:58 +0100
committerSam James <sam@gentoo.org>2023-08-26 05:57:01 +0100
commitd5e8c28d05787df2fe2910df523a30fed323ad15 (patch)
treeb5ebec33368d0194f5587ab1712e4119dc091b10 /media-libs/opencv
parentapp-text/qpdf: Stabilize 11.5.0 ppc64, #913024 (diff)
downloadgentoo-d5e8c28d05787df2fe2910df523a30fed323ad15.tar.gz
gentoo-d5e8c28d05787df2fe2910df523a30fed323ad15.tar.bz2
gentoo-d5e8c28d05787df2fe2910df523a30fed323ad15.zip
media-libs/opencv: disable py3.12
It doesn't appear to actually support it yet. Closes: https://bugs.gentoo.org/912987 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/opencv')
-rw-r--r--media-libs/opencv/opencv-4.8.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/opencv/opencv-4.8.0-r1.ebuild b/media-libs/opencv/opencv-4.8.0-r1.ebuild
index f9390c38feab..846e57c7514b 100644
--- a/media-libs/opencv/opencv-4.8.0-r1.ebuild
+++ b/media-libs/opencv/opencv-4.8.0-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+# No 3.12 yet for bug #912987
+PYTHON_COMPAT=( python3_{10..11} )
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"