diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:51:28 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:51:28 +0000 |
commit | 63a8d894a83f8c958c1b8f85c1d0df4c7e2b0287 (patch) | |
tree | de53da37fd4de5c0a4737b898bfd3e118ba3e64f /dev-perl/WWW-Mechanize | |
parent | Add missing dependency on redcloth, fixing bug 351367. (diff) | |
download | gentoo-2-63a8d894a83f8c958c1b8f85c1d0df4c7e2b0287.tar.gz gentoo-2-63a8d894a83f8c958c1b8f85c1d0df4c7e2b0287.tar.bz2 gentoo-2-63a8d894a83f8c958c1b8f85c1d0df4c7e2b0287.zip |
stable ppc, bug 341295
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 3ef3ffb1aad4..2545be59f28c 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Mechanize -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.74 2010/11/09 16:40:52 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.75 2011/01/13 17:51:28 ranger Exp $ + + 13 Jan 2011; Brent Baude <ranger@gentoo.org> WWW-Mechanize-1.66.ebuild: + stable ppc, bug 341295 09 Nov 2010; Thomas Kahle <tomka@gentoo.org> WWW-Mechanize-1.66.ebuild: x86 stable per bug #341295 diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild index 35958267a0a1..cac63782295e 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild,v 1.4 2010/11/09 16:40:52 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild,v 1.5 2011/01/13 17:51:28 ranger Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Handy web browsing in a Perl object" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" # Bug in the tests - improper use of HTTP::Server |