diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-11 15:41:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-11 15:41:36 +0000 |
commit | a57910eb896dae1dc6faa13a770c9c2dc9aa45e3 (patch) | |
tree | 3cf414d00ad0ee55f189c6b74de1dbb5f728f733 /dev-perl/HTML-Parser | |
parent | Missing dep, thanks armin76 :) (diff) | |
download | gentoo-2-a57910eb896dae1dc6faa13a770c9c2dc9aa45e3.tar.gz gentoo-2-a57910eb896dae1dc6faa13a770c9c2dc9aa45e3.tar.bz2 gentoo-2-a57910eb896dae1dc6faa13a770c9c2dc9aa45e3.zip |
alpha/ia64/x86 stable
(Portage version: 2.1.3_rc7)
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.56.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index b904d961d30a..88970126c5b9 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.90 2007/07/08 01:56:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.91 2007/07/11 15:41:36 armin76 Exp $ + + 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> HTML-Parser-3.56.ebuild: + alpha/ia64/x86 stable 07 Jul 2007; Tom Gall <tgall@gentoo.org> HTML-Parser-3.56.ebuild: stable on ppc64 diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild index 394365cb73b0..8a8a9c2b12cc 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.56.ebuild,v 1.7 2007/07/08 01:56:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild,v 1.8 2007/07/11 15:41:36 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k mips ppc ppc64 s390 sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03 |