diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:25:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:25:02 +0000 |
commit | f3371b1ed5344aacbd96df707aa92ff27f5e5ed7 (patch) | |
tree | 4b21a1db937c72acbfbe89a05ac2b5f51aad0bc1 /dev-perl/Math-GMP | |
parent | Stable for amd64, wrt bug #400171 (diff) | |
download | gentoo-2-f3371b1ed5344aacbd96df707aa92ff27f5e5ed7.tar.gz gentoo-2-f3371b1ed5344aacbd96df707aa92ff27f5e5ed7.tar.bz2 gentoo-2-f3371b1ed5344aacbd96df707aa92ff27f5e5ed7.zip |
Stable for amd64, wrt bug #400173
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 60204dc4a59a..9d49f2930941 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.24 2011/09/04 11:22:48 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.25 2012/02/24 10:25:02 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Math-GMP-2.60.0.ebuild: + Stable for amd64, wrt bug #400173 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Math-GMP-2.06.ebuild: Cleanup 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 027683b3863d..5f89971ca61e 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-2011 Gentoo Foundation +# 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.1 2011/08/30 10:29:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild,v 1.2 2012/02/24 10:25:02 ago 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" |