diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-09 16:40:52 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-09 16:40:52 +0000 |
commit | 51d756cfcb0aaeb642e47590379a268733595f4b (patch) | |
tree | 68da1883ecc31da23dcc4571adc0c12f8db59dee | |
parent | Added version 0.54.8 (diff) | |
download | gentoo-2-51d756cfcb0aaeb642e47590379a268733595f4b.tar.gz gentoo-2-51d756cfcb0aaeb642e47590379a268733595f4b.tar.bz2 gentoo-2-51d756cfcb0aaeb642e47590379a268733595f4b.zip |
x86 stable per bug #341295
(Portage version: 2.1.9.24/cvs/Linux i686)
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index aed901a43a13..3ef3ffb1aad4 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.73 2010/11/08 20:01:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.74 2010/11/09 16:40:52 tomka Exp $ + + 09 Nov 2010; Thomas Kahle <tomka@gentoo.org> WWW-Mechanize-1.66.ebuild: + x86 stable per bug #341295 08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> WWW-Mechanize-1.66.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.66.ebuild index 23db13af887b..35958267a0a1 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 # 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.3 2010/11/08 20:01:31 hwoarang Exp $ +# $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 $ 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 |