commit: 8053132a458b4b0028937430c5cddbd6503b226f Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Jan 7 16:32:02 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Jan 7 17:00:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8053132a
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 <AT> gentoo.org> app-misc/tmate/tmate-2.2.0-r1.ebuild | 4 ++-- 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 37f0c9a8cae..22a9a0bf317 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 0afcb394d3f..f4cfc6999c0 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?]
