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 | |
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>
-rw-r--r-- | media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild | 5 | ||||
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild index c0805930fb44..f003420b8602 100644 --- a/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild +++ b/media-tv/tvheadend/tvheadend-4.2.8-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl satip systemd +timeshift uriparser xmltv zeroconf zlib" +IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv satip systemd +timeshift uriparser xmltv zeroconf zlib" BDEPEND=" ${PYTHON_DEPS} @@ -31,8 +31,7 @@ RDEPEND=" dvben50221? ( media-tv/linuxtv-dvb-apps ) ffmpeg? ( media-video/ffmpeg:0= ) 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 ) 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 ) |