commit: 99acad8784a74c8ca0ac944f3b896d532502ad3b Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 10:55:21 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 21:47:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99acad87
media-libs/gexiv2: add python 3.10 Closes: https://bugs.gentoo.org/829432 Closes: https://github.com/gentoo/gentoo/pull/23370 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/gexiv2/gexiv2-0.12.2.ebuild | 4 ++-- media-libs/gexiv2/gexiv2-0.13.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/gexiv2/gexiv2-0.12.2.ebuild b/media-libs/gexiv2/gexiv2-0.12.2.ebuild index 391e3904bcea..5fc59d4f31ce 100644 --- a/media-libs/gexiv2/gexiv2-0.12.2.ebuild +++ b/media-libs/gexiv2/gexiv2-0.12.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-r1 vala diff --git a/media-libs/gexiv2/gexiv2-0.13.0.ebuild b/media-libs/gexiv2/gexiv2-0.13.0.ebuild index 00f117fc268d..34ebff1f72da 100644 --- a/media-libs/gexiv2/gexiv2-0.13.0.ebuild +++ b/media-libs/gexiv2/gexiv2-0.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-r1 vala
