diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:24:24 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:24:24 +0000 |
commit | f9fb6a166c619020e33c332deff5f04dc31de703 (patch) | |
tree | f98ebd9f9b0fc5b117ddea86e380d2ceed2ba144 /media-tv | |
parent | app-office/skrooge: add 2.29.0 (diff) | |
download | gentoo-f9fb6a166c619020e33c332deff5f04dc31de703.tar.gz gentoo-f9fb6a166c619020e33c332deff5f04dc31de703.tar.bz2 gentoo-f9fb6a166c619020e33c332deff5f04dc31de703.zip |
media-tv/tvheadend: Python 3.11
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild | 2 | ||||
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild index 38480771d8e1..138048f41d63 100644 --- a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild +++ b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) 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 e3947829f01b..e01b8f79a4a1 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit git-r3 linux-info python-any-r1 systemd toolchain-funcs |