Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
Date: Mon, 27 Feb 2023 18:04:35
Message-Id: 1677510924.e7a01b6439c4d2e8ec4c7db0f19b414301e41207.ceamac@gentoo
1 commit: e7a01b6439c4d2e8ec4c7db0f19b414301e41207
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 15:12:28 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:15:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7a01b64
7
8 media-video/ffsubsync: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897646
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +-
14 media-video/ffsubsync/ffsubsync-0.4.22.ebuild | 2 +-
15 media-video/ffsubsync/ffsubsync-0.4.23.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
19 index 53d3c9b10..93625aaeb 100644
20 --- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
21 +++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{9..11} )
28
29 inherit distutils-r1
30
31
32 diff --git a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
33 index 736a3085e..6aa3e5cd1 100644
34 --- a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
35 +++ b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=8
40 -PYTHON_COMPAT=( python3_{8..10} )
41 +PYTHON_COMPAT=( python3_{9..11} )
42 DISTUTILS_USE_PEP517=setuptools
43
44 inherit distutils-r1
45
46 diff --git a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
47 index 736a3085e..6aa3e5cd1 100644
48 --- a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
49 +++ b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=8
54 -PYTHON_COMPAT=( python3_{8..10} )
55 +PYTHON_COMPAT=( python3_{9..11} )
56 DISTUTILS_USE_PEP517=setuptools
57
58 inherit distutils-r1