diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:54:37 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:07:53 +0300 |
commit | 941390af61b788243d18fa37ca078428dde61866 (patch) | |
tree | 474e615f327acdaf2aecc640cc4b37353cdfe168 /media-tv/tvheadend/tvheadend-9999.ebuild | |
parent | app-misc/gnote: Version bump to 40.1 (diff) | |
download | gentoo-941390af61b788243d18fa37ca078428dde61866.tar.gz gentoo-941390af61b788243d18fa37ca078428dde61866.tar.bz2 gentoo-941390af61b788243d18fa37ca078428dde61866.zip |
media-tv/tvheadend: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-tv/tvheadend/tvheadend-9999.ebuild')
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index eb1fefae4619..fba166a03f65 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dbus debug +ddci dvbcsa +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib" +IUSE="dbus debug +ddci dvbcsa +dvb +ffmpeg hdhomerun +imagecache +inotify iptv opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib" BDEPEND=" ${PYTHON_DEPS} @@ -30,8 +30,7 @@ RDEPEND=" dvbcsa? ( media-libs/libdvbcsa ) ffmpeg? ( media-video/ffmpeg:0=[opus?,vpx?,x264?,x265?] ) hdhomerun? ( media-libs/libhdhomerun ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= uriparser? ( dev-libs/uriparser ) zeroconf? ( net-dns/avahi ) zlib? ( sys-libs/zlib ) |