Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/
Date: Tue, 02 Oct 2018 10:18:33
Message-Id: 1538475494.a64f398c715c6b0eea88e44cdef4104e1d76ba95.jer@gentoo
1 commit: a64f398c715c6b0eea88e44cdef4104e1d76ba95
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 10:12:05 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 10:18:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64f398c
7
8 net-libs/libssh2: Set MULTILIB_USEDEP on mbedtls dep.
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/libssh2/libssh2-1.8.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
17 index daf148cbce6..76496b69216 100644
18 --- a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
19 +++ b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
20 @@ -20,7 +20,7 @@ RDEPEND="
21 !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
22 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
23 libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
24 - mbedtls? ( net-libs/mbedtls )
25 + mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
26 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
27 "
28 DEPEND="${RDEPEND}"