diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-31 18:50:49 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-31 18:50:49 +0000 |
commit | 6e46946d7c79e4a77dc4fbd4cf0fbd58b2b0403e (patch) | |
tree | a8947ba17d462e77630171962f32b228bec05574 /dev-perl/ExtUtils-F77 | |
parent | dev-perl/ExtUtils-CBuilder stable on ppc. (diff) | |
download | historical-6e46946d7c79e4a77dc4fbd4cf0fbd58b2b0403e.tar.gz historical-6e46946d7c79e4a77dc4fbd4cf0fbd58b2b0403e.tar.bz2 historical-6e46946d7c79e4a77dc4fbd4cf0fbd58b2b0403e.zip |
dev-perl/ExtUtils-F77 stable on ppc.
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 5ce90e0518b4..0e1f8ea8932d 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.22 2006/03/28 22:55:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.23 2006/03/31 18:50:49 hansmi Exp $ + + 31 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + ExtUtils-F77-1.15.ebuild: + Stable on ppc. 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> ExtUtils-F77-1.15.ebuild: Mark 1.15 stable on ia64 diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild index ff426384a997..8ae833580c71 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild,v 1.4 2006/03/28 22:55:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild,v 1.5 2006/03/31 18:50:49 hansmi Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ppc sparc x86" IUSE="" |