Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Mon, 07 Jan 2019 19:16:08
Message-Id: 1546888547.590e247e639e9fca62b04349f69bf294544d3241.polynomial-c@gentoo
1 commit: 590e247e639e9fca62b04349f69bf294544d3241
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 19:13:16 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590e247e
7
8 media-tv/tvheadend: Adjusted slot dependency on dev-libs/openssl
9
10 source-based packages should never depend on any other openssl slot
11 than slot 0.
12
13 Package-Manager: Portage-2.3.54, Repoman-2.3.12
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 media-tv/tvheadend/tvheadend-4.2.7.ebuild | 4 ++--
17 media-tv/tvheadend/tvheadend-9999.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-tv/tvheadend/tvheadend-4.2.7.ebuild b/media-tv/tvheadend/tvheadend-4.2.7.ebuild
21 index e72ceb2f7e3..604b181ffec 100644
22 --- a/media-tv/tvheadend/tvheadend-4.2.7.ebuild
23 +++ b/media-tv/tvheadend/tvheadend-4.2.7.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -26,7 +26,7 @@ RDEPEND="
31 dvben50221? ( media-tv/linuxtv-dvb-apps )
32 ffmpeg? ( media-video/ffmpeg:0/55.57.57 )
33 hdhomerun? ( media-libs/libhdhomerun )
34 - !libressl? ( dev-libs/openssl:= )
35 + !libressl? ( dev-libs/openssl:0= )
36 libressl? ( dev-libs/libressl:= )
37 uriparser? ( dev-libs/uriparser )
38 zeroconf? ( net-dns/avahi )
39
40 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
41 index 96ff9acc83c..8aa2d256431 100644
42 --- a/media-tv/tvheadend/tvheadend-9999.ebuild
43 +++ b/media-tv/tvheadend/tvheadend-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -25,7 +25,7 @@ RDEPEND="
51 dvbcsa? ( media-libs/libdvbcsa )
52 ffmpeg? ( media-video/ffmpeg:0/55.57.57[opus?,vpx?,x264?,x265?] )
53 hdhomerun? ( media-libs/libhdhomerun )
54 - !libressl? ( dev-libs/openssl:= )
55 + !libressl? ( dev-libs/openssl:0= )
56 libressl? ( dev-libs/libressl:= )
57 uriparser? ( dev-libs/uriparser )
58 zeroconf? ( net-dns/avahi )