diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-06 15:58:08 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-06 15:58:24 +0100 |
commit | eaa749c12265bb592deb57e9b2a374589e9f3e45 (patch) | |
tree | 103d9fc60b537d754a1d4e31579d65ec97620645 /net-ftp/lftp | |
parent | dev-libs/icu: arm64 stable (bug #670456) (diff) | |
download | gentoo-eaa749c12265bb592deb57e9b2a374589e9f3e45.tar.gz gentoo-eaa749c12265bb592deb57e9b2a374589e9f3e45.tar.bz2 gentoo-eaa749c12265bb592deb57e9b2a374589e9f3e45.zip |
net-ftp/lftp: Fix net-dns/libidn and net-dns/libidn2 dependencies
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.7.5.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.8.4.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild index ed6f78f723f9..6dac748590dc 100644 --- a/net-ftp/lftp/lftp-4.7.5.ebuild +++ b/net-ftp/lftp/lftp-4.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/expat sys-libs/zlib convert-mozilla-cookies? ( dev-perl/DBI ) - idn? ( net-dns/libidn ) + idn? ( net-dns/libidn:= ) socks5? ( >=net-proxy/dante-1.1.12 virtual/pam diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild index 789fc72fda1f..2fe153fc40d9 100644 --- a/net-ftp/lftp/lftp-4.8.4.ebuild +++ b/net-ftp/lftp/lftp-4.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND=" dev-libs/expat sys-libs/zlib convert-mozilla-cookies? ( dev-perl/DBI ) - idn? ( net-dns/libidn2 ) + idn? ( net-dns/libidn2:= ) socks5? ( >=net-proxy/dante-1.1.12 virtual/pam diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index d8dca66a3ca7..4f73a82a139b 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ RDEPEND=" dev-libs/expat sys-libs/zlib convert-mozilla-cookies? ( dev-perl/DBI ) - idn? ( net-dns/libidn2 ) + idn? ( net-dns/libidn2:= ) socks5? ( >=net-proxy/dante-1.1.12 virtual/pam |