commit:     eaa749c12265bb592deb57e9b2a374589e9f3e45
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  6 14:58:08 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 14:58:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa749c1

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 <AT> gentoo.org>

 net-ftp/lftp/lftp-4.7.5.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.8.4.ebuild | 4 ++--
 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 ed6f78f723f..6dac748590d 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 789fc72fda1..2fe153fc40d 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 d8dca66a3ca..4f73a82a139 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

Reply via email to