diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-16 15:56:31 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-16 15:56:31 +0000 |
commit | 9feaa3c0c9ca260dc7f9532f0c688475a1125b41 (patch) | |
tree | 4659d428addc57a500d6bcc4c1cd70f3a5e04267 /dev-perl | |
parent | ppc stable (diff) | |
download | gentoo-2-9feaa3c0c9ca260dc7f9532f0c688475a1125b41.tar.gz gentoo-2-9feaa3c0c9ca260dc7f9532f0c688475a1125b41.tar.bz2 gentoo-2-9feaa3c0c9ca260dc7f9532f0c688475a1125b41.zip |
ppc stable
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index b7069d620fe3..5b5d58b2ea6c 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.28 2006/07/10 22:52:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.29 2006/07/16 15:56:31 dertobi123 Exp $ + + 16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> + WWW-Mechanize-1.18.ebuild: + ppc stable 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> WWW-Mechanize-1.0301.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild index ecb19454a199..ed7ef6357d54 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.18.ebuild,v 1.4 2006/06/12 16:58:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild,v 1.5 2006/07/16 15:56:31 dertobi123 Exp $ inherit perl-module @@ -11,7 +11,7 @@ IUSE="test" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" #KEYWORDS="~amd64 ~ppc ~sparc ~x86" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ppc sparc ~x86" # Bug in the tests - improper use of HTTP::Server #SRC_TEST="do" |