From fd99c75c3a693bdee71165369fdf42ce2b1e1d2c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 May 2025 01:20:27 +0100 Subject: [PATCH] app-cdr/gcdemu: disable py3.10 Signed-off-by: Sam James --- app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild b/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild index f460ea95440ae..d245494f08266 100644 --- a/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild +++ b/app-cdr/gcdemu/gcdemu-3.2.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake gnome2-utils python-single-r1 xdg-utils