diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 14:22:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 14:22:05 +0000 |
commit | 30df0b67a3499e13686c6d88bc9a64603154f758 (patch) | |
tree | a75c03d95f3549448de553241db66df91ec70c02 /dev-perl/Math-GMP | |
parent | ppc stable, bug #139998 (diff) | |
download | historical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.gz historical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.bz2 historical-30df0b67a3499e13686c6d88bc9a64603154f758.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 7 |
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}" + + |