commit: fd7e65ca98219018501c60374e12325df1d7d16d Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Tue May 13 18:36:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 14 03:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7e65ca
media-libs/gegl: drop python 3.10 compat Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Part-of: https://github.com/gentoo/gentoo/pull/42074 Closes: https://github.com/gentoo/gentoo/pull/42074 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gegl/gegl-0.4.48.ebuild | 4 ++-- media-libs/gegl/gegl-0.4.56.ebuild | 2 +- media-libs/gegl/gegl-0.4.58.ebuild | 2 +- media-libs/gegl/gegl-9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.48.ebuild b/media-libs/gegl/gegl-0.4.48.ebuild index b8bf073072f5..121a1266a2cc 100644 --- a/media-libs/gegl/gegl-0.4.48.ebuild +++ b/media-libs/gegl/gegl-0.4.48.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-0.4.56.ebuild b/media-libs/gegl/gegl-0.4.56.ebuild index 5e1b6781bde8..afafe8565b56 100644 --- a/media-libs/gegl/gegl-0.4.56.ebuild +++ b/media-libs/gegl/gegl-0.4.56.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-0.4.58.ebuild b/media-libs/gegl/gegl-0.4.58.ebuild index fdbc713b741a..117de93aae3b 100644 --- a/media-libs/gegl/gegl-0.4.58.ebuild +++ b/media-libs/gegl/gegl-0.4.58.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 5183bcfdeddd..bdd676d951f5 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen
