diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 17:32:02 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 18:00:10 +0100 |
commit | 8053132a458b4b0028937430c5cddbd6503b226f (patch) | |
tree | a04d64496325221c5fb48698c5b9360bc89d1853 /app-misc/tmate | |
parent | app-misc/tkpasman: Adjusted (sub-)slot dependency on dev-libs/openssl (diff) | |
download | gentoo-8053132a458b4b0028937430c5cddbd6503b226f.tar.gz gentoo-8053132a458b4b0028937430c5cddbd6503b226f.tar.bz2 gentoo-8053132a458b4b0028937430c5cddbd6503b226f.zip |
app-misc/tmate: Adjusted (sub-)slot dependency on dev-libs/openssl
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc/tmate')
-rw-r--r-- | app-misc/tmate/tmate-2.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/tmate/tmate-2.2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/tmate/tmate-2.2.0-r1.ebuild b/app-misc/tmate/tmate-2.2.0-r1.ebuild index 37f0c9a8caea..22a9a0bf3174 100644 --- a/app-misc/tmate/tmate-2.2.0-r1.ebuild +++ b/app-misc/tmate/tmate-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz RDEPEND=" sys-libs/zlib[static-libs?] sys-libs/libutempter[static-libs?] - dev-libs/openssl[static-libs?] + dev-libs/openssl:0=[static-libs?] dev-libs/libevent[static-libs?] dev-libs/msgpack[static-libs?] >=net-libs/libssh-0.6.0[static-libs?] diff --git a/app-misc/tmate/tmate-2.2.1.ebuild b/app-misc/tmate/tmate-2.2.1.ebuild index 0afcb394d3f3..f4cfc6999c04 100644 --- a/app-misc/tmate/tmate-2.2.1.ebuild +++ b/app-misc/tmate/tmate-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz RDEPEND=" sys-libs/zlib[static-libs?] sys-libs/libutempter[static-libs?] - dev-libs/openssl[static-libs?] + dev-libs/openssl:0=[static-libs?] dev-libs/libevent[static-libs?] dev-libs/msgpack[static-libs?] >=net-libs/libssh-0.6.0[static-libs?] |