summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 01:38:32 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 01:38:32 +0000
commitbe338957afd82c4da415a70ddcd5f2944f0d59fb (patch)
tree4986d342d21c0dd7bec09bcf2d41ce7f7ad28cdf /dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild
parentAdding perl dep; fixed header (diff)
downloadgentoo-2-be338957afd82c4da415a70ddcd5f2944f0d59fb.tar.gz
gentoo-2-be338957afd82c4da415a70ddcd5f2944f0d59fb.tar.bz2
gentoo-2-be338957afd82c4da415a70ddcd5f2944f0d59fb.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild')
-rw-r--r--dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild
index ce60dbcc7d4e..1c8cdc9cb035 100644
--- a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild
+++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.1 2006/07/01 22:26:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.2 2006/08/05 01:38:32 mcummings Exp $
inherit perl-module
@@ -16,3 +16,5 @@ IUSE=""
# Tests disabled 6/24/6. The tests rely on a version of Crypt::CBC syntax
# that is no longer valid.
SRC_TEST="do"
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"