diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-14 14:37:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-14 14:37:00 +0000 |
commit | cb6e0e61c2ace437fa797fb0667c2058c89db04b (patch) | |
tree | 440614efac37c35191d1b9753e89a2532b300425 /dev-perl/WWW-Mechanize | |
parent | x86 stable (diff) | |
download | gentoo-2-cb6e0e61c2ace437fa797fb0667c2058c89db04b.tar.gz gentoo-2-cb6e0e61c2ace437fa797fb0667c2058c89db04b.tar.bz2 gentoo-2-cb6e0e61c2ace437fa797fb0667c2058c89db04b.zip |
Re-add ~ia64 and x86 stable
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-perl/WWW-Mechanize')
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 1669a0415308..8a7c4b033ef6 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.39 2007/06/21 17:54:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.40 2007/07/14 14:37:00 armin76 Exp $ + + 14 Jul 2007; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.30.ebuild: + Re-add ~ia64 and x86 stable 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-1.24.ebuild: diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild index 8286d4b6bfb6..acdaaa850f0f 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.30.ebuild,v 1.2 2007/07/10 23:33:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild,v 1.3 2007/07/14 14:37:00 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~petdance/" IUSE="test" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" # Bug in the tests - improper use of HTTP::Server SRC_TEST="do" |