From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B262A138334 for ; Sun, 6 Jan 2019 14:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71896E09C4; Sun, 6 Jan 2019 14:58:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AA2BE09C4 for ; Sun, 6 Jan 2019 14:58:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 533F7335C6F for ; Sun, 6 Jan 2019 14:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AA24458 for ; Sun, 6 Jan 2019 14:58:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1546786704.eaa749c12265bb592deb57e9b2a374589e9f3e45.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.7.5.ebuild net-ftp/lftp/lftp-4.8.4.ebuild net-ftp/lftp/lftp-9999.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: eaa749c12265bb592deb57e9b2a374589e9f3e45 X-VCS-Branch: master Date: Sun, 6 Jan 2019 14:58:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffe5ee05-29e7-420c-8fe4-956b5cf5fd72 X-Archives-Hash: 26c11050012d07affedd79937e0c5e7d commit: eaa749c12265bb592deb57e9b2a374589e9f3e45 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 6 14:58:08 2019 +0000 Commit: Jeroen Roovers gentoo 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 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