projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c6c11
)
net-libs/libssh2: Set MULTILIB_USEDEP on mbedtls dep.
author
Jeroen Roovers
<jer@gentoo.org>
Tue, 2 Oct 2018 10:12:05 +0000
(12:12 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Tue, 2 Oct 2018 10:18:14 +0000
(12:18 +0200)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-libs/libssh2/libssh2-1.8.0-r2.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
index daf148cbce654a4cba8f65d0f44c559d540e76c4..76496b69216c5fd94366c90bd73be3cf9f30c5b8 100644
(file)
--- a/
net-libs/libssh2/libssh2-1.8.0-r2.ebuild
+++ b/
net-libs/libssh2/libssh2-1.8.0-r2.ebuild
@@
-20,7
+20,7
@@
RDEPEND="
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
- mbedtls? ( net-libs/mbedtls )
+ mbedtls? ( net-libs/mbedtls
[${MULTILIB_USEDEP}]
)
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}"