diff options
author | Markus Meier <maekke@gentoo.org> | 2010-11-18 11:08:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-11-18 11:08:02 +0000 |
commit | f6639b4fa0074f645ba8b738e9523f0744ebb73a (patch) | |
tree | 534d7bfca5289b4cb26d97aa5db77b8ed87790c3 /perl-core/Math-BigInt-FastCalc | |
parent | add ~arm, bug #345605 (diff) | |
download | gentoo-2-f6639b4fa0074f645ba8b738e9523f0744ebb73a.tar.gz gentoo-2-f6639b4fa0074f645ba8b738e9523f0744ebb73a.tar.bz2 gentoo-2-f6639b4fa0074f645ba8b738e9523f0744ebb73a.zip |
add ~arm, bug #345605
(Portage version: 2.1.9.24/cvs/Linux i686)
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 734de811b7e7..5b9496bef4eb 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.9 2010/11/15 11:38:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.10 2010/11/18 11:08:02 maekke Exp $ + + 18 Nov 2010; Markus Meier <maekke@gentoo.org> + Math-BigInt-FastCalc-0.24.ebuild: + add ~arm, bug #345605 *Math-BigInt-FastCalc-0.24 (15 Nov 2010) 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 b9afb8d9a08a..4f8848d3d286 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.1 2010/11/15 11:38:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.2 2010/11/18 11:08:02 maekke Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Math::BigInt::Calc with some XS for more speed" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.97 |