Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/
Date: Tue, 04 Jan 2022 20:45:19
Message-Id: 1641329105.80d4a76dd6e174c1b7f2086b6682c378d909a638.sam@gentoo
1 commit: 80d4a76dd6e174c1b7f2086b6682c378d909a638
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 20:38:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 20:45:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d4a76d
7
8 media-video/subliminal: add python3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/subliminal/subliminal-2.1.0-r1.ebuild | 4 ++--
13 media-video/subliminal/subliminal-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-video/subliminal/subliminal-2.1.0-r1.ebuild b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
17 index 1bd69c0d6a9e..17b07c7ff436 100644
18 --- a/media-video/subliminal/subliminal-2.1.0-r1.ebuild
19 +++ b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE='xml(+)'
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31
32
33 diff --git a/media-video/subliminal/subliminal-9999.ebuild b/media-video/subliminal/subliminal-9999.ebuild
34 index 560187c90ba1..f742cd5d323d 100644
35 --- a/media-video/subliminal/subliminal-9999.ebuild
36 +++ b/media-video/subliminal/subliminal-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 +# Copyright 1999-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python3_{7,8,9} )
45 +PYTHON_COMPAT=( python3_{8..10} )
46 PYTHON_REQ_USE='xml(+)'
47 DISTUTILS_USE_SETUPTOOLS=rdepend