diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:12:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:12:50 +0000 |
commit | 2c72e36404c3840c65762545aaa41d5c838e134f (patch) | |
tree | 48365c9e54b38e812cbcfd6e019265dbf0418ebd /perl-core | |
parent | add ia64 (diff) | |
download | gentoo-2-2c72e36404c3840c65762545aaa41d5c838e134f.tar.gz gentoo-2-2c72e36404c3840c65762545aaa41d5c838e134f.tar.bz2 gentoo-2-2c72e36404c3840c65762545aaa41d5c838e134f.zip |
add ~ia64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.73.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 82d52c4ca64a..1024fa928968 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.2 2005/05/26 20:14:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.3 2005/08/26 03:09:38 agriffis Exp $ + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Math-BigInt-1.73.ebuild: + add ~ia64 *Math-BigInt-1.73 (24 May 2005) diff --git a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild index 73df5458a37b..04e5e41d79ae 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.73.ebuild,v 1.1 2005/05/24 17:52:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.2 2005/08/26 03:09:38 agriffis 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="alpha amd64 ~ppc s390 sparc x86" +KEYWORDS="alpha amd64 ~ia64 ~ppc s390 sparc x86" IUSE="" DEPEND=">=dev-perl/Scalar-List-Utils-1.14" |