Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Thu, 26 May 2022 22:08:49
Message-Id: 1653602889.7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf.chewi@gentoo
1 commit: 7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 22:08:09 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 22:08:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae4b4d1
7
8 media-tv/tvheadend: Add Python 3.10, EAPI 8
9
10 Closes: https://bugs.gentoo.org/846095
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild | 6 +++---
14 media-tv/tvheadend/tvheadend-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
18 index 28147deb7b63..096fa5c7d960 100644
19 --- a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
20 +++ b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{8,9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31
32 inherit linux-info python-any-r1 systemd toolchain-funcs
33
34
35 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
36 index d76b7874b6e6..dd79d793e523 100644
37 --- a/media-tv/tvheadend/tvheadend-9999.ebuild
38 +++ b/media-tv/tvheadend/tvheadend-9999.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 -EAPI=7
45 +EAPI=8
46
47 -PYTHON_COMPAT=( python3_{8,9} )
48 +PYTHON_COMPAT=( python3_{8..10} )
49
50 inherit git-r3 linux-info python-any-r1 systemd toolchain-funcs