diff options
author | Joseph Jezak <josejx@gentoo.org> | 2008-05-13 03:27:21 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2008-05-13 03:27:21 +0000 |
commit | 5d6d35360fb1f30577b050224a86019c04ae2eb0 (patch) | |
tree | 4790331d357dd25ff53a15715797d5ac28c05b59 /dev-perl | |
parent | Stable for HPPA (bug #221063). (diff) | |
download | gentoo-2-5d6d35360fb1f30577b050224a86019c04ae2eb0.tar.gz gentoo-2-5d6d35360fb1f30577b050224a86019c04ae2eb0.tar.bz2 gentoo-2-5d6d35360fb1f30577b050224a86019c04ae2eb0.zip |
Marked ppc stable.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 59954e0ef95c..36f0ce3b51e7 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-BigInt-GMP # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.3 2008/03/28 10:14:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.4 2008/05/13 03:27:21 josejx Exp $ + + 13 May 2008; Joseph Jezak <josejx@gentoo.org> Math-BigInt-GMP-1.24.ebuild: + Marked ppc stable. 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Math-BigInt-GMP-1.24.ebuild: Stable for HPPA too. diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild index 1497cab61daf..7a68cf43ed53 100644 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.3 2008/03/28 10:14:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.4 2008/05/13 03:27:21 josejx Exp $ MODULE_AUTHOR="TELS/math" inherit perl-module @@ -11,7 +11,7 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 hppa ~ppc ~x86" +KEYWORDS="amd64 hppa ppc ~x86" RDEPEND=">=perl-core/Math-BigInt-1.87 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" |