Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/
Date: Sun, 06 Jan 2019 14:58:33
Message-Id: 1546786704.eaa749c12265bb592deb57e9b2a374589e9f3e45.jer@gentoo
1 commit: eaa749c12265bb592deb57e9b2a374589e9f3e45
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 6 14:58:08 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 14:58:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa749c1
7
8 net-ftp/lftp: Fix net-dns/libidn and net-dns/libidn2 dependencies
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-ftp/lftp/lftp-4.7.5.ebuild | 4 ++--
14 net-ftp/lftp/lftp-4.8.4.ebuild | 4 ++--
15 net-ftp/lftp/lftp-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
19 index ed6f78f723f..6dac748590d 100644
20 --- a/net-ftp/lftp/lftp-4.7.5.ebuild
21 +++ b/net-ftp/lftp/lftp-4.7.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -20,7 +20,7 @@ RDEPEND="
29 dev-libs/expat
30 sys-libs/zlib
31 convert-mozilla-cookies? ( dev-perl/DBI )
32 - idn? ( net-dns/libidn )
33 + idn? ( net-dns/libidn:= )
34 socks5? (
35 >=net-proxy/dante-1.1.12
36 virtual/pam
37
38 diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild
39 index 789fc72fda1..2fe153fc40d 100644
40 --- a/net-ftp/lftp/lftp-4.8.4.ebuild
41 +++ b/net-ftp/lftp/lftp-4.8.4.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -22,7 +22,7 @@ RDEPEND="
49 dev-libs/expat
50 sys-libs/zlib
51 convert-mozilla-cookies? ( dev-perl/DBI )
52 - idn? ( net-dns/libidn2 )
53 + idn? ( net-dns/libidn2:= )
54 socks5? (
55 >=net-proxy/dante-1.1.12
56 virtual/pam
57
58 diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
59 index d8dca66a3ca..4f73a82a139 100644
60 --- a/net-ftp/lftp/lftp-9999.ebuild
61 +++ b/net-ftp/lftp/lftp-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -19,7 +19,7 @@ RDEPEND="
69 dev-libs/expat
70 sys-libs/zlib
71 convert-mozilla-cookies? ( dev-perl/DBI )
72 - idn? ( net-dns/libidn2 )
73 + idn? ( net-dns/libidn2:= )
74 socks5? (
75 >=net-proxy/dante-1.1.12
76 virtual/pam