Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/
Date: Fri, 25 Mar 2022 21:47:58
Message-Id: 1648244859.99acad8784a74c8ca0ac944f3b896d532502ad3b.mattst88@gentoo
1 commit: 99acad8784a74c8ca0ac944f3b896d532502ad3b
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 10:55:21 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 21:47:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99acad87
7
8 media-libs/gexiv2: add python 3.10
9
10 Closes: https://bugs.gentoo.org/829432
11 Closes: https://github.com/gentoo/gentoo/pull/23370
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/gexiv2/gexiv2-0.12.2.ebuild | 4 ++--
16 media-libs/gexiv2/gexiv2-0.13.0.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/media-libs/gexiv2/gexiv2-0.12.2.ebuild b/media-libs/gexiv2/gexiv2-0.12.2.ebuild
20 index 391e3904bcea..5fc59d4f31ce 100644
21 --- a/media-libs/gexiv2/gexiv2-0.12.2.ebuild
22 +++ b/media-libs/gexiv2/gexiv2-0.12.2.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 -PYTHON_COMPAT=( python3_{7..9} )
31 +PYTHON_COMPAT=( python3_{8..10} )
32
33 inherit meson python-r1 vala
34
35
36 diff --git a/media-libs/gexiv2/gexiv2-0.13.0.ebuild b/media-libs/gexiv2/gexiv2-0.13.0.ebuild
37 index 00f117fc268d..34ebff1f72da 100644
38 --- a/media-libs/gexiv2/gexiv2-0.13.0.ebuild
39 +++ b/media-libs/gexiv2/gexiv2-0.13.0.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46
47 -PYTHON_COMPAT=( python3_{7..10} )
48 +PYTHON_COMPAT=( python3_{8..10} )
49
50 inherit meson python-r1 vala