diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-27 03:52:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-27 03:52:13 +0000 |
commit | eb3efa78413b484529d24bb240b774031f9f6def (patch) | |
tree | 832ec4756df7a87ebd4c95d59c8cb3a5d0f2b698 /dev-perl/Math-GMP | |
parent | Stable for HPPA (bug #400171). (diff) | |
download | historical-eb3efa78413b484529d24bb240b774031f9f6def.tar.gz historical-eb3efa78413b484529d24bb240b774031f9f6def.tar.bz2 historical-eb3efa78413b484529d24bb240b774031f9f6def.zip |
Stable for HPPA (bug #400173).
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 4597e409154a..893f077cd10b 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.26 2012/02/25 17:59:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.27 2012/02/27 03:52:13 jer Exp $ + + 27 Feb 2012; Jeroen Roovers <jer@gentoo.org> Math-GMP-2.60.0.ebuild: + Stable for HPPA (bug #400173). 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Math-GMP-2.60.0.ebuild: Stable on alpha, bug #400173 diff --git a/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild index b41f7aa22be9..55f72cc55d29 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.60.0.ebuild,v 1.3 2012/02/25 17:59:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild,v 1.4 2012/02/27 03:52:13 jer Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="High speed arbitrary size integer math" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-libs/gmp" |