diff options
author | 2009-10-18 16:07:34 +0000 | |
---|---|---|
committer | 2009-10-18 16:07:34 +0000 | |
commit | 3cb3930767626a85b8fe2ffafdccc4db6286d0ed (patch) | |
tree | c492d87e5668d26203a0d686488951e3ea5fc6f5 /dev-perl | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-3cb3930767626a85b8fe2ffafdccc4db6286d0ed.tar.gz gentoo-2-3cb3930767626a85b8fe2ffafdccc4db6286d0ed.tar.bz2 gentoo-2-3cb3930767626a85b8fe2ffafdccc4db6286d0ed.zip |
Stable on alpha, bug #283969
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 5e353bbf37ea..73569af5e783 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.119 2009/10/07 23:13:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.120 2009/10/18 16:07:34 klausman Exp $ + + 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + HTML-Parser-3.62.ebuild: + Stable on alpha, bug #283969 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> HTML-Parser-3.62.ebuild: stable sparc, bug 283969 diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild index ff67aec35add..dafe47835c9a 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.62.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/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.8 2009/10/07 23:13:27 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.9 2009/10/18 16:07:34 klausman Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse <HEAD> section of HTML documents" 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="test" RDEPEND=">=dev-perl/HTML-Tagset-3.03 |