diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-07 23:21:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-07 23:21:53 +0000 |
commit | 1eca90146b1dca7f4a824f2db3c39ba2e9a9a8be (patch) | |
tree | beb87e817ee80b1e1a0be1d152609e94176142c3 /perl-core/PodParser | |
parent | Use -r1 and -r2 so that we can eventually stable this. (diff) | |
download | historical-1eca90146b1dca7f4a824f2db3c39ba2e9a9a8be.tar.gz historical-1eca90146b1dca7f4a824f2db3c39ba2e9a9a8be.tar.bz2 historical-1eca90146b1dca7f4a824f2db3c39ba2e9a9a8be.zip |
arm stable, bug #288026
Package-Manager: portage-2.2_rc56/cvs/Linux x86_64
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 403e0b043a8a..d97182427bc5 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/PodParser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.44 2009/12/07 20:07:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.45 2009/12/07 23:10:28 maekke Exp $ + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> PodParser-1.38.ebuild: + arm stable, bug #288026 07 Dec 2009; Jeroen Roovers <jer@gentoo.org> PodParser-1.38.ebuild: Stable for HPPA (bug #288026). diff --git a/perl-core/PodParser/PodParser-1.38.ebuild b/perl-core/PodParser/PodParser-1.38.ebuild index 13de5c95b998..70d439d3d24d 100644 --- a/perl-core/PodParser/PodParser-1.38.ebuild +++ b/perl-core/PodParser/PodParser-1.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.38.ebuild,v 1.4 2009/12/07 20:07:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.38.ebuild,v 1.5 2009/12/07 23:10:28 maekke Exp $ MODULE_AUTHOR=MAREKR MY_PN=Pod-Parser @@ -12,7 +12,7 @@ DESCRIPTION="Base class for creating POD filters and translators" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl" |