summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 1d14479e6f79..eac3b39ce555 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.60 2010/11/15 11:41:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.61 2010/11/18 11:03:22 maekke Exp $
+
+ 18 Nov 2010; Markus Meier <maekke@gentoo.org> Math-BigInt-1.99.ebuild:
+ add ~arm, bug #345605
*Math-BigInt-1.99 (15 Nov 2010)
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
index f6d95f0c9f99..ebc8972234ab 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.1 2010/11/15 11:41:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild,v 1.2 2010/11/18 11:03:22 maekke Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Arbitrary size floating point math package"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"