commit: 682484f4df67cde702b944b575a3b025ea99914a Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Oct 2 13:06:47 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 00:06:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682484f4
media-libs/gegl: enable py3.14 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44005 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gegl/gegl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 1d8e55e07961..ca50e99b0974 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen
