From 7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 26 May 2022 23:08:09 +0100 Subject: media-tv/tvheadend: Add Python 3.10, EAPI 8 Closes: https://bugs.gentoo.org/846095 Signed-off-by: James Le Cuirot --- media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild | 6 +++--- media-tv/tvheadend/tvheadend-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'media-tv') diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild index 28147deb7b63..096fa5c7d960 100644 --- a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild +++ b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit linux-info python-any-r1 systemd toolchain-funcs diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index d76b7874b6e6..dd79d793e523 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit git-r3 linux-info python-any-r1 systemd toolchain-funcs -- cgit v1.2.3-65-gdbad