diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-16 19:49:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-16 19:49:06 +0000 |
commit | 181cecde0609429cd60fbf9228fd885775c4078b (patch) | |
tree | 12008d1e772c2660d6e37ebe80defee9f254e1ef /dev-perl/HTML-Parser | |
parent | drop mask for app-misc/screen-4.0.3_p20070403, it was removed from the tree a... (diff) | |
download | gentoo-2-181cecde0609429cd60fbf9228fd885775c4078b.tar.gz gentoo-2-181cecde0609429cd60fbf9228fd885775c4078b.tar.bz2 gentoo-2-181cecde0609429cd60fbf9228fd885775c4078b.zip |
Stable for HPPA (bug #290194).
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index b1fdce85f019..a295d171017a 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # 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.123 2009/10/28 17:51:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.124 2009/11/16 19:49:06 jer Exp $ + + 16 Nov 2009; Jeroen Roovers <jer@gentoo.org> HTML-Parser-3.64.ebuild: + Stable for HPPA (bug #290194). 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> HTML-Parser-3.62.ebuild: ia64/m68k/s390/sh stable diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild index e509be9a5550..a5babb64ca9c 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.64.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.64.ebuild,v 1.1 2009/10/27 08:40:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.64.ebuild,v 1.2 2009/11/16 19:49:06 jer 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 |