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-video/pitivi/
Date: Sat, 29 Oct 2022 17:44:33
Message-Id: 1667065441.0b73379e40d9f0bd3e36177bc3486b823dd66a9f.mattst88@gentoo
1 commit: 0b73379e40d9f0bd3e36177bc3486b823dd66a9f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:28:13 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b73379e
7
8 media-video/pitivi: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-video/pitivi/pitivi-2022.06.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/pitivi/pitivi-2022.06.ebuild b/media-video/pitivi/pitivi-2022.06.ebuild
16 index d5b83e96aa92..8574db5adda4 100644
17 --- a/media-video/pitivi/pitivi-2022.06.ebuild
18 +++ b/media-video/pitivi/pitivi-2022.06.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 PYTHON_REQ_USE="sqlite"
26
27 inherit gnome.org meson python-single-r1 xdg