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: app-misc/tmate/
Date: Mon, 07 Jan 2019 17:00:30
Message-Id: 1546880410.8053132a458b4b0028937430c5cddbd6503b226f.polynomial-c@gentoo
1 commit: 8053132a458b4b0028937430c5cddbd6503b226f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 16:32:02 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 17:00:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8053132a
7
8 app-misc/tmate: Adjusted (sub-)slot dependency on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-misc/tmate/tmate-2.2.0-r1.ebuild | 4 ++--
14 app-misc/tmate/tmate-2.2.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/tmate/tmate-2.2.0-r1.ebuild b/app-misc/tmate/tmate-2.2.0-r1.ebuild
18 index 37f0c9a8cae..22a9a0bf317 100644
19 --- a/app-misc/tmate/tmate-2.2.0-r1.ebuild
20 +++ b/app-misc/tmate/tmate-2.2.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
28 RDEPEND="
29 sys-libs/zlib[static-libs?]
30 sys-libs/libutempter[static-libs?]
31 - dev-libs/openssl[static-libs?]
32 + dev-libs/openssl:0=[static-libs?]
33 dev-libs/libevent[static-libs?]
34 dev-libs/msgpack[static-libs?]
35 >=net-libs/libssh-0.6.0[static-libs?]
36
37 diff --git a/app-misc/tmate/tmate-2.2.1.ebuild b/app-misc/tmate/tmate-2.2.1.ebuild
38 index 0afcb394d3f..f4cfc6999c0 100644
39 --- a/app-misc/tmate/tmate-2.2.1.ebuild
40 +++ b/app-misc/tmate/tmate-2.2.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
48 RDEPEND="
49 sys-libs/zlib[static-libs?]
50 sys-libs/libutempter[static-libs?]
51 - dev-libs/openssl[static-libs?]
52 + dev-libs/openssl:0=[static-libs?]
53 dev-libs/libevent[static-libs?]
54 dev-libs/msgpack[static-libs?]
55 >=net-libs/libssh-0.6.0[static-libs?]