Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/syncplay/
Date: Tue, 29 Nov 2022 14:09:23
Message-Id: 1669730885.3d2bfa2bf714d94e1dd5d03fc65c72451dc8a1d8.smaniotto.nicola@gentoo
1 commit: 3d2bfa2bf714d94e1dd5d03fc65c72451dc8a1d8
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 29 14:08:05 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Tue Nov 29 14:08:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d2bfa2b
7
8 media-video/syncplay: enable py3.11
9
10 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
11
12 media-video/syncplay/syncplay-1.6.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/syncplay/syncplay-1.6.9.ebuild b/media-video/syncplay/syncplay-1.6.9.ebuild
16 index f6b74ab52..4adffbbfe 100644
17 --- a/media-video/syncplay/syncplay-1.6.9.ebuild
18 +++ b/media-video/syncplay/syncplay-1.6.9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 DISTUTILS_USE_PEP517=setuptools
26 DISTUTILS_SINGLE_IMPL=1