diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-19 16:40:49 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-19 16:40:49 +0000 |
commit | fe49e97afdcce4967da743c93f01b98e3af09165 (patch) | |
tree | 3c602561930f8fbc8ae1537601f1b30d377a4ac7 /dev-perl/HTML-Parser | |
parent | ppc stable #283969 (diff) | |
download | gentoo-2-fe49e97afdcce4967da743c93f01b98e3af09165.tar.gz gentoo-2-fe49e97afdcce4967da743c93f01b98e3af09165.tar.bz2 gentoo-2-fe49e97afdcce4967da743c93f01b98e3af09165.zip |
ppc stable #283969
(Portage version: 2.1.6.13/cvs/Linux ppc)
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 012092bcaf43..7f81de9e6185 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.116 2009/09/18 23:09:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.117 2009/09/19 16:40:49 nixnut Exp $ + + 19 Sep 2009; nixnut <nixnut@gentoo.org> HTML-Parser-3.62.ebuild: + ppc stable #283969 18 Sep 2009; Markus Meier <maekke@gentoo.org> HTML-Parser-3.62.ebuild: arm stable, 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 f2bb683b62f3..4243c0a6a27e 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.5 2009/09/18 23:09:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.6 2009/09/19 16:40:49 nixnut 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 |