diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-26 06:52:13 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-26 06:52:13 +0000 |
commit | 581a052026d35ef48dfc3c50e028f6101046676e (patch) | |
tree | b321c82b0bba60bacbb07b05c648cd8dabd6e7b1 /perl-core | |
parent | Stable on ppc. Bug 133989 (diff) | |
download | gentoo-2-581a052026d35ef48dfc3c50e028f6101046676e.tar.gz gentoo-2-581a052026d35ef48dfc3c50e028f6101046676e.tar.bz2 gentoo-2-581a052026d35ef48dfc3c50e028f6101046676e.zip |
Stable on ppc. Bug 133989
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 2169e1ce1035..2b6e52688728 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/PodParser # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.10 2006/05/05 17:14:09 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.11 2006/05/26 06:52:13 nixnut Exp $ + + 26 May 2006; <nixnut@gentoo.org> PodParser-1.32.ebuild: + Stable on ppc. Bug #133989 *PodParser-1.34 (05 May 2006) diff --git a/perl-core/PodParser/PodParser-1.32.ebuild b/perl-core/PodParser/PodParser-1.32.ebuild index f6e8727cf556..a47f21cc0981 100644 --- a/perl-core/PodParser/PodParser-1.32.ebuild +++ b/perl-core/PodParser/PodParser-1.32.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/perl-core/PodParser/PodParser-1.32.ebuild,v 1.1 2006/01/13 16:02:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.32.ebuild,v 1.2 2006/05/26 06:52:13 nixnut Exp $ inherit perl-module MY_P=Pod-Parser-${PV} @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_TEST="do" |