From 2b6da858a1c356f5cc686a3201e7fea693cf9378 Mon Sep 17 00:00:00 2001 From: Lukas Schmelting Date: Thu, 13 Nov 2025 21:05:03 +0100 Subject: [PATCH] media-gfx/simple-scan: enable py3.14 Signed-off-by: Lukas Schmelting Part-of: https://github.com/gentoo/gentoo/pull/44620 Closes: https://github.com/gentoo/gentoo/pull/44620 Signed-off-by: Pacho Ramos --- media-gfx/simple-scan/simple-scan-46.0.ebuild | 2 +- media-gfx/simple-scan/simple-scan-49.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/simple-scan/simple-scan-46.0.ebuild b/media-gfx/simple-scan/simple-scan-46.0.ebuild index da890ff550d2c..72d1fe27294ca 100644 --- a/media-gfx/simple-scan/simple-scan-46.0.ebuild +++ b/media-gfx/simple-scan/simple-scan-46.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Simple document scanning utility" diff --git a/media-gfx/simple-scan/simple-scan-49.1.ebuild b/media-gfx/simple-scan/simple-scan-49.1.ebuild index 0244de102a51a..86b62e6d28071 100644 --- a/media-gfx/simple-scan/simple-scan-49.1.ebuild +++ b/media-gfx/simple-scan/simple-scan-49.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Simple document scanning utility"