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-radio/tqsl/
Date: Mon, 07 Jan 2019 19:16:04
Message-Id: 1546888545.d8f748ad98e4559d124f77faf9369022e6a316de.polynomial-c@gentoo
1 commit: d8f748ad98e4559d124f77faf9369022e6a316de
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 19:01:38 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f748ad
7
8 media-radio/tqsl: 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-radio/tqsl/tqsl-2.3.1.ebuild | 4 ++--
17 media-radio/tqsl/tqsl-2.4.1.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild
21 index 7562cb9ff58..8f5d89ecf23 100644
22 --- a/media-radio/tqsl/tqsl-2.3.1.ebuild
23 +++ b/media-radio/tqsl/tqsl-2.3.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 RDEPEND="dev-libs/expat:=
34 - dev-libs/openssl:=
35 + dev-libs/openssl:0=
36 net-misc/curl:=
37 sys-libs/db:=
38 sys-libs/zlib:=
39
40 diff --git a/media-radio/tqsl/tqsl-2.4.1.ebuild b/media-radio/tqsl/tqsl-2.4.1.ebuild
41 index 49242766478..da5bebcbef2 100644
42 --- a/media-radio/tqsl/tqsl-2.4.1.ebuild
43 +++ b/media-radio/tqsl/tqsl-2.4.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND="dev-libs/expat:=
54 - dev-libs/openssl:=
55 + dev-libs/openssl:0=
56 net-misc/curl:=
57 sys-libs/db:=
58 sys-libs/zlib:=