diff options
author | 2009-09-17 17:44:45 +0000 | |
---|---|---|
committer | 2009-09-17 17:44:45 +0000 | |
commit | d999b3e2906213ae3e85b370c0d2e040552f5c97 (patch) | |
tree | ade33bdeb7ebbf161929627e4a3ba52dde758d2b /dev-perl/HTML-Parser | |
parent | Stable for HPPA (bug #283969). (diff) | |
download | gentoo-2-d999b3e2906213ae3e85b370c0d2e040552f5c97.tar.gz gentoo-2-d999b3e2906213ae3e85b370c0d2e040552f5c97.tar.bz2 gentoo-2-d999b3e2906213ae3e85b370c0d2e040552f5c97.zip |
Stable for HPPA (bug #283969).
(Portage version: 2.2_rc40/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.62.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 95b7593594f6..fb7b91112815 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.113 2009/09/10 08:15:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.114 2009/09/17 17:44:45 jer Exp $ + + 17 Sep 2009; Jeroen Roovers <jer@gentoo.org> HTML-Parser-3.62.ebuild: + Stable for HPPA (bug #283969). 10 Sep 2009; Christian Faulhammer <fauli@gentoo.org> HTML-Parser-3.62.ebuild: diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild index 839e868e5557..e34eaafca6f4 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.2 2009/09/10 08:15:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.3 2009/09/17 17:44:45 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 |