diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-05-26 23:08:09 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-05-26 23:08:09 +0100 |
commit | 7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf (patch) | |
tree | c0fcaf8a948e4ae75392aeaf82b5a95b41cfc3ca /media-tv/tvheadend | |
parent | x11-wm/xpra: Add udev USE flag and call udev_reload when enabled (diff) | |
download | gentoo-7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf.tar.gz gentoo-7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf.tar.bz2 gentoo-7ae4b4d1afe4a94b28f35f55b72874b5ec9020cf.zip |
media-tv/tvheadend: Add Python 3.10, EAPI 8
Closes: https://bugs.gentoo.org/846095
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv/tvheadend')
-rw-r--r-- | media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild | 6 | ||||
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
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 |