diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-13 05:52:46 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 21:55:31 +0200 |
commit | 00368e79a35a06c151b98c2aefedd64edf0ba737 (patch) | |
tree | 7bff740c0898d1a049aafcbe69face89e9cb88af /net-ftp | |
parent | dev-perl/Net-SSH-Perl: Fix dep on dev-perl/String-CRC32 (diff) | |
download | gentoo-00368e79a35a06c151b98c2aefedd64edf0ba737.tar.gz gentoo-00368e79a35a06c151b98c2aefedd64edf0ba737.tar.bz2 gentoo-00368e79a35a06c151b98c2aefedd64edf0ba737.zip |
net-ftp/lftp: Fix dep on dev-perl/String-CRC32
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="amd64 amd64-fbsd arm arm64 mips nios2 ppc ppc64 riscv s390 sh sparc-fbsd"
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.6.5.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.7.0.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.7.1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild index 7e1adae923f7..a094c3b50b89 100644 --- a/net-ftp/lftp/lftp-4.6.5.ebuild +++ b/net-ftp/lftp/lftp-4.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ RDEPEND=" openssl? ( dev-libs/openssl:0 ) ) verify-file? ( - dev-perl/string-crc32 + dev-perl/String-CRC32 virtual/perl-Digest-MD5 ) " diff --git a/net-ftp/lftp/lftp-4.7.0.ebuild b/net-ftp/lftp/lftp-4.7.0.ebuild index fc291443e393..3a58816ba2c9 100644 --- a/net-ftp/lftp/lftp-4.7.0.ebuild +++ b/net-ftp/lftp/lftp-4.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ RDEPEND=" openssl? ( dev-libs/openssl:0 ) ) verify-file? ( - dev-perl/string-crc32 + dev-perl/String-CRC32 virtual/perl-Digest-MD5 ) " diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild index fc291443e393..3a58816ba2c9 100644 --- a/net-ftp/lftp/lftp-4.7.1.ebuild +++ b/net-ftp/lftp/lftp-4.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ RDEPEND=" openssl? ( dev-libs/openssl:0 ) ) verify-file? ( - dev-perl/string-crc32 + dev-perl/String-CRC32 virtual/perl-Digest-MD5 ) " diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index e66fd9c5e970..2fcd585c3337 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ RDEPEND=" openssl? ( dev-libs/openssl:0 ) ) verify-file? ( - dev-perl/string-crc32 + dev-perl/String-CRC32 virtual/perl-Digest-MD5 ) " |