From 21c71ba2f8bf771744dee3a02cee1e67a83ff298 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Tue, 6 May 2025 19:01:47 +0000 Subject: [PATCH] media-gfx/photoqt: disable py3.10 Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/41959 Closes: https://github.com/gentoo/gentoo/pull/41959 Signed-off-by: Sam James --- media-gfx/photoqt/photoqt-4.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/photoqt/photoqt-4.8.1.ebuild b/media-gfx/photoqt/photoqt-4.8.1.ebuild index 74307d71a6302..169d567d022a0 100644 --- a/media-gfx/photoqt/photoqt-4.8.1.ebuild +++ b/media-gfx/photoqt/photoqt-4.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake optfeature python-single-r1 xdg DESCRIPTION="Simple but powerful Qt-based image viewer"