summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2010-12-07 05:04:52 +0000
committerMatt Turner <mattst88@gentoo.org>2010-12-07 05:04:52 +0000
commitf761e3e285e17a116af46ebf57bae1611098207a (patch)
treefd9966918748a15ee5d69f863b67761d7634e80d /perl-core/Math-BigInt
parentVersion bump. Add patch by David J Cozatt #347817. (diff)
downloadhistorical-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')
-rw-r--r--perl-core/Math-BigInt/ChangeLog5
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.99.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index eea732124b93..56c2dc9ccc57 100644
--- a/perl-core/Math-BigInt/ChangeLog
+++ b/perl-core/Math-BigInt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/Math-BigInt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.63 2010/11/28 19:11:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.64 2010/12/07 05:01:12 mattst88 Exp $
+
+ 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Math-BigInt-1.99.ebuild:
+ Added ~mips, bug 345605.
28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Math-BigInt-1.99.ebuild:
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345605
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
index a91a878025b8..62c357eeb8c2 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.99.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/Math-BigInt-1.99.ebuild,v 1.4 2010/11/28 19:11:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild,v 1.5 2010/12/07 05:01:12 mattst88 Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Arbitrary size floating point math package"
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-Scalar-List-Utils-1.14"