diff options
author | 2021-12-17 11:55:21 +0100 | |
---|---|---|
committer | 2022-03-25 14:47:39 -0700 | |
commit | 99acad8784a74c8ca0ac944f3b896d532502ad3b (patch) | |
tree | c9c1de231fb560989ad65bc19d7c6bd35f252763 | |
parent | gnome-base/gnome-keyring: add python 3.10 (diff) | |
download | gentoo-99acad8784a74c8ca0ac944f3b896d532502ad3b.tar.gz gentoo-99acad8784a74c8ca0ac944f3b896d532502ad3b.tar.bz2 gentoo-99acad8784a74c8ca0ac944f3b896d532502ad3b.zip |
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@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.12.2.ebuild | 4 | ||||
-rw-r--r-- | 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 |