diff options
-rw-r--r-- | perl-core/bignum/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index dbb2e91b68ea..290896a06864 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.2 2007/04/03 23:38:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.3 2007/04/03 23:42:43 mcummings Exp $ + + 03 Apr 2007; Michael Cummings <mcummings@gentoo.org> bignum-0.19.ebuild: + Keywording ~sparc 03 Apr 2007; Michael Cummings <mcummings@gentoo.org> bignum-0.19.ebuild: Keywording ~x86 diff --git a/perl-core/bignum/bignum-0.19.ebuild b/perl-core/bignum/bignum-0.19.ebuild index cf3803e01e6e..ee21fcffbad1 100644 --- a/perl-core/bignum/bignum-0.19.ebuild +++ b/perl-core/bignum/bignum-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.19.ebuild,v 1.2 2007/04/03 23:38:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.19.ebuild,v 1.3 2007/04/03 23:42:43 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" SRC_TEST="do" |