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 94b9aadf4e06..eea732124b93 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.62 2010/11/20 18:37:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.63 2010/11/28 19:11:19 armin76 Exp $
+
+ 28 Nov 2010; Raúl Porcel <armin76@gentoo.org> Math-BigInt-1.99.ebuild:
+ Add ~alpha/~ia64/~s390/~sh/~sparc wrt #345605
20 Nov 2010; Jeroen Roovers <jer@gentoo.org> Math-BigInt-1.99.ebuild:
Marked ~hppa ~ppc (bug #345605).
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild
index ac5da56fc2ee..a91a878025b8 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.3 2010/11/20 18:37:56 jer Exp $
+# $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 $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Arbitrary size floating point math package"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"