diff options
author | 2007-03-05 12:00:24 +0000 | |
---|---|---|
committer | 2007-03-05 12:00:24 +0000 | |
commit | 5b3c211ee3d988f6f3276f198ff905acebc16276 (patch) | |
tree | 580bb417887ff307b0138b235495b1afbe938c95 /dev-perl | |
parent | Stable on x86, bug #169152. (diff) | |
download | gentoo-2-5b3c211ee3d988f6f3276f198ff905acebc16276.tar.gz gentoo-2-5b3c211ee3d988f6f3276f198ff905acebc16276.tar.bz2 gentoo-2-5b3c211ee3d988f6f3276f198ff905acebc16276.zip |
Stable on x86, bug #169152.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index a0347830465a..513cb95cd6dd 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.83 2007/01/14 00:24:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.84 2007/03/05 12:00:24 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> HTML-Parser-3.55.ebuild: + Stable on x86, bug #169152. *HTML-Parser-3.56 (14 Jan 2007) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild index 4dd85f97a5d3..545d1d5a9cf0 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild,v 1.7 2006/10/23 18:06:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild,v 1.8 2007/03/05 12:00:24 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03 |