diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:15:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:15:19 +0000 |
commit | 166acdcb237cf67143de62fced9c659b4e0c7d3f (patch) | |
tree | 9bf2b928fe65abf37290ef54cdd2a620e0265c70 /dev-perl/math-pari/math-pari-2.010704.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-166acdcb237cf67143de62fced9c659b4e0c7d3f.tar.gz historical-166acdcb237cf67143de62fced9c659b4e0c7d3f.tar.bz2 historical-166acdcb237cf67143de62fced9c659b4e0c7d3f.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/math-pari/math-pari-2.010704.ebuild')
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010704.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/math-pari/math-pari-2.010704.ebuild b/dev-perl/math-pari/math-pari-2.010704.ebuild index 5ef56ff4e9d1..7fc165ead936 100644 --- a/dev-perl/math-pari/math-pari-2.010704.ebuild +++ b/dev-perl/math-pari/math-pari-2.010704.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/math-pari/math-pari-2.010704.ebuild,v 1.5 2006/07/05 18:37:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010704.ebuild,v 1.6 2006/08/06 02:49:06 mcummings Exp $ inherit perl-module eutils @@ -22,5 +22,7 @@ SRC_TEST="do" # directory to where you build it. It does not need to compile it, but # it does need to be the same version as is installed, hence the hard # DEPEND below -DEPEND="~sci-mathematics/pari-2.1.7" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND="~sci-mathematics/pari-2.1.7 + dev-lang/perl" +RDEPEND="${DEPEND}" + |