diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:15:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:15:14 +0000 |
commit | 110440e5b36068c01ffa323f06dca64bd14cefff (patch) | |
tree | 788859184412af6d873646d837d0f922096bdf39 /dev-perl/crypt-random/crypt-random-1.25.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-110440e5b36068c01ffa323f06dca64bd14cefff.tar.gz gentoo-2-110440e5b36068c01ffa323f06dca64bd14cefff.tar.bz2 gentoo-2-110440e5b36068c01ffa323f06dca64bd14cefff.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/crypt-random/crypt-random-1.25.ebuild')
-rw-r--r-- | dev-perl/crypt-random/crypt-random-1.25.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/crypt-random/crypt-random-1.25.ebuild b/dev-perl/crypt-random/crypt-random-1.25.ebuild index 9f92ab206db1..bb54f8652fe0 100644 --- a/dev-perl/crypt-random/crypt-random-1.25.ebuild +++ b/dev-perl/crypt-random/crypt-random-1.25.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-random/crypt-random-1.25.ebuild,v 1.8 2006/07/05 14:23:16 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.25.ebuild,v 1.9 2006/08/06 02:15:14 mcummings Exp $ inherit perl-module @@ -17,5 +17,7 @@ IUSE="" SRC_TEST="do" DEPEND=">=dev-perl/math-pari-2.010603 - dev-perl/class-loader" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/class-loader + dev-lang/perl" +RDEPEND="${DEPEND}" + |