diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:01:38 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:15:45 +0100 |
commit | d8f748ad98e4559d124f77faf9369022e6a316de (patch) | |
tree | 20ef4fa45841e42874aca730470274bd6775e4dd | |
parent | media-libs/opusfile: Adjusted slot dependency on dev-libs/openssl (diff) | |
download | gentoo-d8f748ad98e4559d124f77faf9369022e6a316de.tar.gz gentoo-d8f748ad98e4559d124f77faf9369022e6a316de.tar.bz2 gentoo-d8f748ad98e4559d124f77faf9369022e6a316de.zip |
media-radio/tqsl: 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-radio/tqsl/tqsl-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | media-radio/tqsl/tqsl-2.4.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild index 7562cb9ff583..8f5d89ecf238 100644 --- a/media-radio/tqsl/tqsl-2.3.1.ebuild +++ b/media-radio/tqsl/tqsl-2.3.1.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=6 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/expat:= - dev-libs/openssl:= + dev-libs/openssl:0= net-misc/curl:= sys-libs/db:= sys-libs/zlib:= diff --git a/media-radio/tqsl/tqsl-2.4.1.ebuild b/media-radio/tqsl/tqsl-2.4.1.ebuild index 492427664781..da5bebcbef25 100644 --- a/media-radio/tqsl/tqsl-2.4.1.ebuild +++ b/media-radio/tqsl/tqsl-2.4.1.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=6 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/expat:= - dev-libs/openssl:= + dev-libs/openssl:0= net-misc/curl:= sys-libs/db:= sys-libs/zlib:= |