summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 10:51:46 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 11:18:15 +0200
commit94812a488c3e0810d0c273fd952daaccc22a1769 (patch)
treef04deba9ebe77774a9a4865be8f035021ee4e327 /media-gfx
parentsys-cluster/ceph: add 18.2.4 (diff)
downloadgentoo-94812a488c3e0810d0c273fd952daaccc22a1769.tar.gz
gentoo-94812a488c3e0810d0c273fd952daaccc22a1769.tar.bz2
gentoo-94812a488c3e0810d0c273fd952daaccc22a1769.zip
media-gfx/yafaray: enable py3.12
Closes: https://bugs.gentoo.org/929629 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/yafaray/yafaray-3.5.1-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/yafaray/yafaray-3.5.1-r4.ebuild b/media-gfx/yafaray/yafaray-3.5.1-r4.ebuild
index faee7f24fff4..b5253b68852e 100644
--- a/media-gfx/yafaray/yafaray-3.5.1-r4.ebuild
+++ b/media-gfx/yafaray/yafaray-3.5.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
# doesn't build with ninja when qt5 and python USE flags are both enabled
CMAKE_MAKEFILE_GENERATOR="emake"