commit: 112ab51fcccfc9fde157989a411294681ce2ace5 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Jun 10 17:21:47 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112ab51f
media-libs/gexiv2: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gexiv2/gexiv2-0.14.2.ebuild | 4 ++-- media-libs/gexiv2/gexiv2-0.14.3.ebuild | 4 ++-- media-libs/gexiv2/gexiv2-0.14.5.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/gexiv2/gexiv2-0.14.2.ebuild b/media-libs/gexiv2/gexiv2-0.14.2.ebuild index 93b3de1a11b9..441487881357 100644 --- a/media-libs/gexiv2/gexiv2-0.14.2.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 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..14} ) inherit gnome.org meson python-r1 vala diff --git a/media-libs/gexiv2/gexiv2-0.14.3.ebuild b/media-libs/gexiv2/gexiv2-0.14.3.ebuild index 459d8fa7769a..36ec7f8300f4 100644 --- a/media-libs/gexiv2/gexiv2-0.14.3.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.3.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..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit gnome.org meson python-r1 vala diff --git a/media-libs/gexiv2/gexiv2-0.14.5.ebuild b/media-libs/gexiv2/gexiv2-0.14.5.ebuild index 6110d51720b0..1e1a49e2c5d0 100644 --- a/media-libs/gexiv2/gexiv2-0.14.5.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit gnome.org meson python-r1 vala
