diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-24 10:55:12 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-24 10:55:12 -0500 |
commit | 13e190e786957c641effc94da695b96ead80ecec (patch) | |
tree | 48e8873b794de8670717e6eece8cdc6afb2bb82a /net-misc/curl | |
parent | games-kids/gcompris: Pin dev-qt/linguist-tools to slot 5 (diff) | |
download | gentoo-13e190e786957c641effc94da695b96ead80ecec.tar.gz gentoo-13e190e786957c641effc94da695b96ead80ecec.tar.bz2 gentoo-13e190e786957c641effc94da695b96ead80ecec.zip |
net-misc/curl: drop USE=static-libs for libssh, bug #667516
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.63.0-r1.ebuild (renamed from net-misc/curl/curl-7.63.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.63.0.ebuild b/net-misc/curl/curl-7.63.0-r1.ebuild index fe3a028e413c..6370a878f7bf 100644 --- a/net-misc/curl/curl-7.63.0.ebuild +++ b/net-misc/curl/curl-7.63.0-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) - ssh? ( net-libs/libssh2[static-libs?,${MULTILIB_USEDEP}] ) + ssh? ( net-libs/libssh2[${MULTILIB_USEDEP}] ) sys-libs/zlib[${MULTILIB_USEDEP}]" # Do we need to enforce the same ssl backend for curl and rtmpdump? Bug #423303 |