diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-07 05:04:52 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-07 05:04:52 +0000 |
commit | 685e0a910867bdefa57f470d9920320cf52cab10 (patch) | |
tree | 1c0fdf07b7436ac36168c567d2c12e77995a616b /perl-core | |
parent | Version bump. Add patch by David J Cozatt #347817. (diff) | |
download | gentoo-2-685e0a910867bdefa57f470d9920320cf52cab10.tar.gz gentoo-2-685e0a910867bdefa57f470d9920320cf52cab10.tar.bz2 gentoo-2-685e0a910867bdefa57f470d9920320cf52cab10.zip |
Added ~mips, bug 345605.
(Portage version: 2.1.9.24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 0139137ce653..126c4db42c35 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.12 2010/11/28 19:11:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.13 2010/12/07 05:04:52 mattst88 Exp $ + + 07 Dec 2010; Matt Turner <mattst88@gentoo.org> + Math-BigInt-FastCalc-0.24.ebuild: + Added ~mips, bug 345605. 28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Math-BigInt-FastCalc-0.24.ebuild: diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild index 3917f70719d7..64aff5b39584 100644 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.4 2010/11/28 19:11:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.5 2010/12/07 05:04:52 mattst88 Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Math::BigInt::Calc with some XS for more speed" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.97 |