diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-11-07 18:44:54 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-11-07 18:45:44 +0100 |
commit | d8487d3f8eea069b02daa037777a210b178c0deb (patch) | |
tree | 5ae995832e16a4a47e96899bc4b92a840f2aa658 /net-ftp/lftp/lftp-4.7.3.ebuild | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-d8487d3f8eea069b02daa037777a210b178c0deb.tar.gz gentoo-d8487d3f8eea069b02daa037777a210b178c0deb.tar.bz2 gentoo-d8487d3f8eea069b02daa037777a210b178c0deb.zip |
net-ftp/lftp: Update live ebuild.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-ftp/lftp/lftp-4.7.3.ebuild')
-rw-r--r-- | net-ftp/lftp/lftp-4.7.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild index e9edcfa7399c..5961dc1467cf 100644 --- a/net-ftp/lftp/lftp-4.7.3.ebuild +++ b/net-ftp/lftp/lftp-4.7.3.ebuild @@ -69,16 +69,16 @@ src_prepare() { src_configure() { econf \ + $(use_enable ipv6) \ $(use_enable nls) \ - $(usex ssl "$(use_with gnutls)" '--without-gnutls') \ $(use_with idn libidn) \ - $(use_enable ipv6) \ - $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ $(use_with socks5 socksdante "${EPREFIX}"/usr) \ - --with-readline="${EPREFIX}"/usr \ + $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ + $(usex ssl "$(use_with gnutls)" '--without-gnutls') \ --enable-packager-mode \ --sysconfdir="${EPREFIX}"/etc/${PN} \ --with-modules \ + --with-readline="${EPREFIX}"/usr \ --without-included-regex } |