diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-30 19:35:35 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-30 19:35:35 +0000 |
commit | 2a5df39e8cc02ef6466474d864d49c79600ec956 (patch) | |
tree | 765f54118c767306ba03a3444d0fb9420c5c1645 /dev-perl/HTML-Parser | |
parent | add full -fPIC support back for amd64 (diff) | |
download | historical-2a5df39e8cc02ef6466474d864d49c79600ec956.tar.gz historical-2a5df39e8cc02ef6466474d864d49c79600ec956.tar.bz2 historical-2a5df39e8cc02ef6466474d864d49c79600ec956.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index a400ffc4419f..4471456162a7 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.42 2005/04/30 09:55:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.43 2005/04/30 19:26:09 hansmi Exp $ + + 30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + HTML-Parser-3.36-r1.ebuild: + Stable on ppc. 30 Apr 2005; Bryan Ăstergaard <kloeri@gentoo.org> HTML-Parser-3.36-r1.ebuild: diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild index 3ca478c90b96..b6b0695dc0e8 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.36-r1.ebuild,v 1.5 2005/04/30 09:55:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.36-r1.ebuild,v 1.6 2005/04/30 19:26:09 hansmi Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="http://cpan.org/modules/by-module/HTML/${P}.tar.gz" HOMEPAGE="http://cpan.org/modules/by-module/HTML/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ~amd64 ~ppc sparc alpha ~hppa ~ia64 ~ppc64 ~mips" +KEYWORDS="x86 ~amd64 ppc sparc alpha ~hppa ~ia64 ~ppc64 ~mips" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03" mydoc="ANNOUNCEMENT TODO" |