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: Sat, 29 Oct 2022 17:44:33
Message-Id: 1667065440.eb2fbcb58286f5ad0ffb939842782295fc1be9d1.mattst88@gentoo
1 commit: eb2fbcb58286f5ad0ffb939842782295fc1be9d1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:26:14 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2fbcb5
7
8 media-libs/gexiv2: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/gexiv2/gexiv2-0.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/gexiv2/gexiv2-0.14.0.ebuild b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
16 index 20b5be422898..83dc4cd139fb 100644
17 --- a/media-libs/gexiv2/gexiv2-0.14.0.ebuild
18 +++ b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit meson python-r1 vala