diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-07 19:56:35 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-07 19:56:35 +0000 |
commit | 13b6eec6748c3e8f2c0b13db6a60932610e8c40f (patch) | |
tree | 6bc1a7be1c0cbaba69df98cb309abfe45a4b61d8 /perl-core/Math-BigInt | |
parent | Fix as-needed issue wrt bug #173271, thanks tove (diff) | |
download | historical-13b6eec6748c3e8f2c0b13db6a60932610e8c40f.tar.gz historical-13b6eec6748c3e8f2c0b13db6a60932610e8c40f.tar.bz2 historical-13b6eec6748c3e8f2c0b13db6a60932610e8c40f.zip |
Added ~ppc wrt bug 173295
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.81-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index adf8522739db..91aea78af58f 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.27 2007/04/04 09:53:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.28 2007/04/07 19:56:35 nixnut Exp $ + + 07 Apr 2007; nixnut <nixnut@gentoo.org> Math-BigInt-1.81-r1.ebuild: + Added ~ppc wrt bug 173295 04 Apr 2007; Raúl Porcel <armin76@gentoo.org> Math-BigInt-1.81-r1.ebuild: Add ~ia64 wrt bug 173295 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.81-r1.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.81-r1.ebuild index a0eb8cf73f37..38c1440f0f5d 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.81-r1.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.81-r1.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/Math-BigInt/Math-BigInt-1.81-r1.ebuild,v 1.4 2007/04/04 09:53:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.81-r1.ebuild,v 1.5 2007/04/07 19:56:35 nixnut Exp $ inherit perl-module eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl |