diff options
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 6bd9ba6f4c11..ffe5e068a249 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.48 2008/10/27 11:34:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.49 2008/10/27 13:30:10 fmccor Exp $ + + 27 Oct 2008; Ferris McCormick <fmccor@gentoo.org> + WWW-Mechanize-1.50.ebuild: + Keyword for ~sparc, part of Bug #244620. *WWW-Mechanize-1.50 (27 Oct 2008) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild index b24c2c56215e..ba9e3f98d1b2 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.50.ebuild,v 1.1 2008/10/27 11:34:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.50.ebuild,v 1.2 2008/10/27 13:30:10 fmccor Exp $ MODULE_AUTHOR=PETDANCE inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Handy web browsing in a Perl object" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" IUSE="test" # Bug in the tests - improper use of HTTP::Server |