diff options
Diffstat (limited to 'dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild')
-rw-r--r-- | dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild b/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild index 703b4eccf751..f6cb3c8c6481 100644 --- a/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild +++ b/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild,v 1.11 2005/04/29 16:57:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild,v 1.12 2005/05/24 15:50:46 mcummings Exp $ inherit perl-module @@ -15,4 +15,4 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~mips" IUSE="" -DEPEND="dev-perl/Digest-MD5" +DEPEND="perl-core/Digest-MD5" |