diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-13 05:53:55 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 21:55:31 +0200 |
commit | 2e95521042f23dbc1132658d016c1a1bb9795d33 (patch) | |
tree | 222f981edae92de154bf352747751be8d5275872 /net-nntp/ubh | |
parent | net-ftp/lftp: Fix dep on dev-perl/String-CRC32 (diff) | |
download | gentoo-2e95521042f23dbc1132658d016c1a1bb9795d33.tar.gz gentoo-2e95521042f23dbc1132658d016c1a1bb9795d33.tar.bz2 gentoo-2e95521042f23dbc1132658d016c1a1bb9795d33.zip |
net-nntp/ubh: Fix dep on dev-perl/String-CRC32
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64 amd64-fbsd arm arm64 mips nios2 ppc ppc64 riscv s390 sh sparc-fbsd"
Diffstat (limited to 'net-nntp/ubh')
-rw-r--r-- | net-nntp/ubh/ubh-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild index b3fdbff73168..ad357639df98 100644 --- a/net-nntp/ubh/ubh-2.5.ebuild +++ b/net-nntp/ubh/ubh-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DEPEND=">=virtual/perl-libnet-1.0607 >=virtual/perl-MIME-Base64-2.12 >=dev-perl/MailTools-1.15 >=dev-perl/MIME-tools-5.411 - >=dev-perl/string-crc32-1.2" + >=dev-perl/String-CRC32-1.2" src_install() { dobin ubh || die "dobin failed" |