diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-05-14 17:00:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-05-14 17:00:11 +0000 |
commit | e71bcaffe9abe389fb6c375c6b5531c663dc29be (patch) | |
tree | 167a0131f35794384f1fe4da6b3e0edbc9fdc1e8 /dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild | |
parent | Version bump (diff) | |
download | historical-e71bcaffe9abe389fb6c375c6b5531c663dc29be.tar.gz historical-e71bcaffe9abe389fb6c375c6b5531c663dc29be.tar.bz2 historical-e71bcaffe9abe389fb6c375c6b5531c663dc29be.zip |
Stable for HPPA (bug #269576).
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild')
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild index 33d07c9631da..a3f2870837ca 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.60.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.60.ebuild,v 1.2 2009/05/12 19:46:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild,v 1.3 2009/05/14 17:00:11 jer Exp $ MODULE_AUTHOR=GAAS inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Parse <HEAD> section of HTML documents" LICENSE="|| ( Artistic GPL-2 )" 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 |