summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-04 20:46:30 +1300
committerKent Fredric <kentfredric@gmail.com>2016-03-05 21:31:16 +1300
commit781a6d843301b5a50f750db7ad422e99a7344455 (patch)
tree50d96529bd171430f6c3eb8d3df1dd1db57eed0b
parentdev-perl/Crypt-RSA: Fix dep on Crypt-Random (diff)
downloadgentoo-781a6d843301b5a50f750db7ad422e99a7344455.tar.gz
gentoo-781a6d843301b5a50f750db7ad422e99a7344455.tar.bz2
gentoo-781a6d843301b5a50f750db7ad422e99a7344455.zip
dev-perl/Module-Signature: Fix dep on Crypt-CBC
Package-Manager: portage-2.2.27
-rw-r--r--dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild4
-rw-r--r--dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild b/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild
index 400f5dc625ea..32feb32a2964 100644
--- a/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild
+++ b/dev-perl/Module-Signature/Module-Signature-0.770.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$
@@ -19,7 +19,7 @@ RDEPEND="
virtual/perl-MIME-Base64
dev-perl/PAR-Dist
virtual/perl-IO-Compress
- dev-perl/crypt-cbc
+ dev-perl/Crypt-CBC
dev-perl/Crypt-DES
dev-perl/Crypt-Blowfish
dev-perl/Crypt-RIPEMD160
diff --git a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild b/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild
index 3f370c5ac031..6824baddef98 100644
--- a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild
+++ b/dev-perl/Module-Signature/Module-Signature-0.790.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$
@@ -20,7 +20,7 @@ RDEPEND="
virtual/perl-MIME-Base64
dev-perl/PAR-Dist
virtual/perl-IO-Compress
- dev-perl/crypt-cbc
+ dev-perl/Crypt-CBC
dev-perl/Crypt-DES
dev-perl/Crypt-Blowfish
dev-perl/Crypt-RIPEMD160