summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 02:49:06 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 02:49:06 +0000
commit0826c62782ef8f4dec6ac65b84204ee7de4f40fc (patch)
tree17605ad065c419f97df6cdb88b304158824ce6ce /dev-perl/math-pari/math-pari-2.010706.ebuild
parentStable on ppc64, bug #141919 (diff)
downloadgentoo-2-0826c62782ef8f4dec6ac65b84204ee7de4f40fc.tar.gz
gentoo-2-0826c62782ef8f4dec6ac65b84204ee7de4f40fc.tar.bz2
gentoo-2-0826c62782ef8f4dec6ac65b84204ee7de4f40fc.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/math-pari/math-pari-2.010706.ebuild')
-rw-r--r--dev-perl/math-pari/math-pari-2.010706.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/math-pari/math-pari-2.010706.ebuild b/dev-perl/math-pari/math-pari-2.010706.ebuild
index d98067840366..8aa017671601 100644
--- a/dev-perl/math-pari/math-pari-2.010706.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010706.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.010706.ebuild,v 1.2 2006/07/05 18:37:44 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.3 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}"
+