diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 14:39:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 14:39:49 +0000 |
commit | c78e58c665e9a776d6459cf6e7b971302cdb6374 (patch) | |
tree | a3ab1addae69a4ef38179530993965775a7695e1 /perl-core | |
parent | Stable on amd64 wrt bug #133989. (diff) | |
download | gentoo-2-c78e58c665e9a776d6459cf6e7b971302cdb6374.tar.gz gentoo-2-c78e58c665e9a776d6459cf6e7b971302cdb6374.tar.bz2 gentoo-2-c78e58c665e9a776d6459cf6e7b971302cdb6374.zip |
Stable on amd64 and x86 wrt bug #133989.
(Portage version: 2.1_rc2-r1)
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 55b16d180f5e..9e1aab4fe7f3 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.14 2006/05/26 13:46:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.15 2006/05/26 14:39:49 wolf31o2 Exp $ + + 26 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> PodParser-1.32.ebuild: + Stable on amd64 and x86 wrt bug #133989. 26 May 2006; Diego Pettenò <flameeyes@gentoo.org> PodParser-1.34.ebuild: Add ~x86-fbsd keyword. diff --git a/perl-core/PodParser/PodParser-1.32.ebuild b/perl-core/PodParser/PodParser-1.32.ebuild index 59f177037a8e..0f3e954b27f1 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.4 2006/05/26 11:06:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.32.ebuild,v 1.5 2006/05/26 14:39:49 wolf31o2 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" |