commit: 2b6da858a1c356f5cc686a3201e7fea693cf9378 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Thu Nov 13 20:05:03 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Dec 14 10:02:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6da858
media-gfx/simple-scan: enable py3.14 Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/44620 Closes: https://github.com/gentoo/gentoo/pull/44620 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 da890ff550d2..72d1fe27294c 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 0244de102a51..86b62e6d2807 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"
