summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 14:00:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 14:00:41 +0000
commite14c80ffb262267148e4144f5a8e5cd5b6154803 (patch)
treee831886103826a11e0e2b2b8de7ebd350f669fa8 /dev-perl/Math-GMP
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-e14c80ffb262267148e4144f5a8e5cd5b6154803.tar.gz
gentoo-2-e14c80ffb262267148e4144f5a8e5cd5b6154803.tar.bz2
gentoo-2-e14c80ffb262267148e4144f5a8e5cd5b6154803.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r--dev-perl/Math-GMP/ChangeLog6
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.03.ebuild7
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.04.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog
index b94c33c42644..53c8028b0481 100644
--- a/dev-perl/Math-GMP/ChangeLog
+++ b/dev-perl/Math-GMP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Math-GMP
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.16 2006/07/04 12:33:09 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.17 2006/08/05 14:00:41 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Math-GMP-2.03.ebuild,
+ Math-GMP-2.04.ebuild:
+ Adding perl dep; fixed DEPEND
04 Jul 2006; Christian Hartmann <ian@gentoo.org> Math-GMP-2.03.ebuild,
Math-GMP-2.04.ebuild:
diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
index fdc75692bb05..be65b2dea140 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.03.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-GMP/Math-GMP-2.03.ebuild,v 1.11 2006/07/04 12:33:09 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.12 2006/08/05 14:00:41 mcummings Exp $
inherit perl-module
@@ -13,5 +13,8 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 alpha ~ppc sparc amd64 ~mips"
IUSE=""
-DEPEND="dev-libs/gmp"
+DEPEND="dev-libs/gmp
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+
diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild
index 157a09d05ab7..ebe9777823bd 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.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/Math-GMP/Math-GMP-2.04.ebuild,v 1.8 2006/07/04 12:33:09 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.9 2006/08/05 14:00:41 mcummings Exp $
inherit perl-module
@@ -13,5 +13,8 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
IUSE=""
-DEPEND="dev-libs/gmp"
+DEPEND="dev-libs/gmp
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+