diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-01 17:43:12 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-01 17:43:12 +0000 |
commit | 9f001ef9115869030f07c41280cff281d8cab0c4 (patch) | |
tree | 658668734e4a50efaf20c45d8168db5c38b7e018 /dev-perl | |
parent | Include a fix for the previous patch, fixing selection clipboard retention fr... (diff) | |
download | gentoo-2-9f001ef9115869030f07c41280cff281d8cab0c4.tar.gz gentoo-2-9f001ef9115869030f07c41280cff281d8cab0c4.tar.bz2 gentoo-2-9f001ef9115869030f07c41280cff281d8cab0c4.zip |
Stable on ppc wrt bug 244620
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild index 4a76732fac26..18c0dded0ef0 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.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.34.ebuild,v 1.3 2008/10/29 22:07:45 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild,v 1.4 2008/11/01 17:43:12 nixnut Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~petdance/" IUSE="test" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ~ppc sparc x86" +KEYWORDS="amd64 ia64 ppc sparc x86" # Bug in the tests - improper use of HTTP::Server SRC_TEST="do" |