diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-01-16 21:37:32 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-01-16 21:37:32 +0000 |
commit | 78a226133fe05ba29e96a54405c1b84e0efb69be (patch) | |
tree | ca65a28ee704c2f826d160c800ee50d2b8dfdbe8 /media-tv | |
parent | www-apps/icingaweb2: drop 2.12.0 (diff) | |
download | gentoo-78a226133fe05ba29e96a54405c1b84e0efb69be.tar.gz gentoo-78a226133fe05ba29e96a54405c1b84e0efb69be.tar.bz2 gentoo-78a226133fe05ba29e96a54405c1b84e0efb69be.zip |
media-tv/tvheadend: Drop ffmpeg version constraint from 9999
Version 5+ works now.
Closes: https://bugs.gentoo.org/922186
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index e9692775e140..27ebacd3cd42 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit git-r3 linux-info python-any-r1 systemd toolchain-funcs @@ -28,7 +28,7 @@ RDEPEND=" virtual/libiconv dbus? ( sys-apps/dbus ) dvbcsa? ( media-libs/libdvbcsa ) - ffmpeg? ( <media-video/ffmpeg-5:=[opus?,vpx?,x264?,x265?] ) + ffmpeg? ( media-video/ffmpeg:=[opus?,vpx?,x264?,x265?] ) hdhomerun? ( media-libs/libhdhomerun ) dev-libs/openssl:0= uriparser? ( dev-libs/uriparser ) |