diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:38:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:38:32 +0000 |
commit | 197e72d46b31f8f839fceabcf79d8cfb0e8e01c9 (patch) | |
tree | 44d5127f0da910d674e444beafd85aa61bacefd4 /dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | |
parent | Adding perl dep; fixed header (diff) | |
download | historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.tar.gz historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.tar.bz2 historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-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.ebuild | 4 |
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}" |