diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 12:33:09 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 12:33:09 +0000 |
commit | 72badb8ebbed8d4b120b36f7c2e9cda36f9becb5 (patch) | |
tree | 12d141dcf920e04b1226122e5d79c77432709420 /dev-perl/Math-GMP | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | gentoo-2-72badb8ebbed8d4b120b36f7c2e9cda36f9becb5.tar.gz gentoo-2-72badb8ebbed8d4b120b36f7c2e9cda36f9becb5.tar.bz2 gentoo-2-72badb8ebbed8d4b120b36f7c2e9cda36f9becb5.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 8fc674f92a6e..b94c33c42644 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.15 2005/10/02 12:58:20 agriffis Exp $ +# 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 $ + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> Math-GMP-2.03.ebuild, + Math-GMP-2.04.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Math-GMP-2.04.ebuild: Mark 2.04 stable on ia64 diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild index 35c7b1de30f9..fdc75692bb05 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-2005 Gentoo Foundation +# 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.10 2005/04/29 00:14:13 mcummings Exp $ +# $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 $ inherit perl-module @@ -14,3 +14,4 @@ KEYWORDS="x86 alpha ~ppc sparc amd64 ~mips" IUSE="" DEPEND="dev-libs/gmp" +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 e72131768b82..157a09d05ab7 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-2005 Gentoo Foundation +# 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.7 2005/10/02 12:58:20 agriffis Exp $ +# $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 $ inherit perl-module @@ -14,3 +14,4 @@ KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" DEPEND="dev-libs/gmp" +RDEPEND="${DEPEND}" |