summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-01-07 20:13:16 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-01-07 20:15:47 +0100
commit590e247e639e9fca62b04349f69bf294544d3241 (patch)
tree95bd47acba4319f8934048393f7271282b9cd007
parentmedia-sound/cmusfm: Adjusted (sub-)slot dep on dev-libs/openssl (diff)
downloadgentoo-590e247e639e9fca62b04349f69bf294544d3241.tar.gz
gentoo-590e247e639e9fca62b04349f69bf294544d3241.tar.bz2
gentoo-590e247e639e9fca62b04349f69bf294544d3241.zip
media-tv/tvheadend: Adjusted slot dependency on dev-libs/openssl
source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--media-tv/tvheadend/tvheadend-4.2.7.ebuild4
-rw-r--r--media-tv/tvheadend/tvheadend-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-tv/tvheadend/tvheadend-4.2.7.ebuild b/media-tv/tvheadend/tvheadend-4.2.7.ebuild
index e72ceb2f7e33..604b181ffec3 100644
--- a/media-tv/tvheadend/tvheadend-4.2.7.ebuild
+++ b/media-tv/tvheadend/tvheadend-4.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
dvben50221? ( media-tv/linuxtv-dvb-apps )
ffmpeg? ( media-video/ffmpeg:0/55.57.57 )
hdhomerun? ( media-libs/libhdhomerun )
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
uriparser? ( dev-libs/uriparser )
zeroconf? ( net-dns/avahi )
diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
index 96ff9acc83cc..8aa2d256431d 100644
--- a/media-tv/tvheadend/tvheadend-9999.ebuild
+++ b/media-tv/tvheadend/tvheadend-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,7 +25,7 @@ RDEPEND="
dvbcsa? ( media-libs/libdvbcsa )
ffmpeg? ( media-video/ffmpeg:0/55.57.57[opus?,vpx?,x264?,x265?] )
hdhomerun? ( media-libs/libhdhomerun )
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
uriparser? ( dev-libs/uriparser )
zeroconf? ( net-dns/avahi )