diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:58:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:58:20 +0000 |
commit | 98808c538cb09ad07025480618b404dc7299301f (patch) | |
tree | 5177c375bea3d5467d5cabbb0c9910a7a6d47a03 /dev-perl/Math-GMP | |
parent | Mark 2.16 stable on ia64 (diff) | |
download | historical-98808c538cb09ad07025480618b404dc7299301f.tar.gz historical-98808c538cb09ad07025480618b404dc7299301f.tar.bz2 historical-98808c538cb09ad07025480618b404dc7299301f.zip |
Mark 2.04 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 776dead89a45..8fc674f92a6e 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.14 2005/08/25 23:32:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.15 2005/10/02 12:58:20 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Math-GMP-2.04.ebuild: + Mark 2.04 stable on ia64 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> Math-GMP-2.04.ebuild: add ~ia64 diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild index 56c2f14576b5..e72131768b82 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.04.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/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.6 2005/08/25 23:32:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.7 2005/10/02 12:58:20 agriffis Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~chipt/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" DEPEND="dev-libs/gmp" |