diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:09:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:09:38 +0000 |
commit | e527f48be80aa59cd4dcf505d5619e4f3b3e4287 (patch) | |
tree | f96e66909ab52ac4e5606ad350225b12d07b72c9 /perl-core/Math-BigInt | |
parent | add ia64 keywords (diff) | |
download | historical-e527f48be80aa59cd4dcf505d5619e4f3b3e4287.tar.gz historical-e527f48be80aa59cd4dcf505d5619e4f3b3e4287.tar.bz2 historical-e527f48be80aa59cd4dcf505d5619e4f3b3e4287.zip |
add ~ia64
Package-Manager: portage-2.0.51.22-r2
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.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" |