diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-27 20:03:00 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-27 20:03:00 +0000 |
commit | e8c2685dbd71709d62b92a5a4d655aee9e8a744d (patch) | |
tree | b5b9496a2cbc284457ba95f0fef4560468e7c24a /dev-perl/ExtUtils-F77 | |
parent | install sdlpixel.hpp, bug #118880 (diff) | |
download | historical-e8c2685dbd71709d62b92a5a4d655aee9e8a744d.tar.gz historical-e8c2685dbd71709d62b92a5a4d655aee9e8a744d.tar.bz2 historical-e8c2685dbd71709d62b92a5a4d655aee9e8a744d.zip |
Stable on hppa
Package-Manager: portage-2.0.54
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 8de0c66286ca..5ba61306eaca 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.20 2006/03/26 15:25:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.21 2006/03/27 20:03:00 gustavoz Exp $ + + 27 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + ExtUtils-F77-1.15.ebuild: + Stable on hppa 26 Mar 2006; Michael Cummings <mcummings@gentoo.org> ExtUtils-F77-1.15.ebuild: diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild index d9a166b15195..9f86122ab83b 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.2 2006/03/26 15:25:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild,v 1.3 2006/03/27 20:03:00 gustavoz 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="" |