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 | f761e3e285e17a116af46ebf57bae1611098207a (patch) | |
tree | fd9966918748a15ee5d69f863b67761d7634e80d /perl-core/Math-BigInt-FastCalc | |
parent | Version bump. Add patch by David J Cozatt #347817. (diff) | |
download | historical-f761e3e285e17a116af46ebf57bae1611098207a.tar.gz historical-f761e3e285e17a116af46ebf57bae1611098207a.tar.bz2 historical-f761e3e285e17a116af46ebf57bae1611098207a.zip |
Added ~mips, bug 345605.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-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 |