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: net-libs/libssh/
Date: Wed, 13 Jun 2018 16:21:57
Message-Id: 1528906849.ee699cc709a3c242f5a38e4078f3f0033614d76b.polynomial-c@gentoo
1 commit: ee699cc709a3c242f5a38e4078f3f0033614d76b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 15:58:22 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 16:20:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee699cc7
7
8 net-libs/libssh: Added sub-slot dep to ssl packages.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-libs/libssh/libssh-0.7.4.ebuild | 6 +++---
13 net-libs/libssh/libssh-0.7.5-r2.ebuild | 4 ++--
14 net-libs/libssh/libssh-9999.ebuild | 4 ++--
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/net-libs/libssh/libssh-0.7.4.ebuild b/net-libs/libssh/libssh-0.7.4.ebuild
18 index a11813cc768..3b45d1fa582 100644
19 --- a/net-libs/libssh/libssh-0.7.4.ebuild
20 +++ b/net-libs/libssh/libssh-0.7.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -19,8 +19,8 @@ IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-li
28 RDEPEND="
29 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
30 !gcrypt? (
31 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
32 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
33 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
34 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
35 )
36 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
37 gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
38
39 diff --git a/net-libs/libssh/libssh-0.7.5-r2.ebuild b/net-libs/libssh/libssh-0.7.5-r2.ebuild
40 index f35df277308..ea3291593f7 100644
41 --- a/net-libs/libssh/libssh-0.7.5-r2.ebuild
42 +++ b/net-libs/libssh/libssh-0.7.5-r2.ebuild
43 @@ -18,8 +18,8 @@ IUSE="debug doc examples gcrypt gssapi libressl pcap server +sftp ssh1 static-li
44
45 RDEPEND="
46 !gcrypt? (
47 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
48 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
49 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
50 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
51 )
52 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
53 gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
54
55 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
56 index 2e283ca1245..7c520c85c87 100644
57 --- a/net-libs/libssh/libssh-9999.ebuild
58 +++ b/net-libs/libssh/libssh-9999.ebuild
59 @@ -17,8 +17,8 @@ IUSE="debug doc examples gcrypt gssapi libressl pcap server +sftp ssh1 static-li
60
61 RDEPEND="
62 !gcrypt? (
63 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
64 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
65 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
66 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
67 )
68 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
69 gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )