diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-15 03:27:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-15 03:27:00 +0000 |
commit | c8eda1232a48df1bece18fc466be7e904dfe152a (patch) | |
tree | 059b652463add51135bf154a6e5e930abb65db31 /dev-perl | |
parent | Marking amd64 stable (diff) | |
download | historical-c8eda1232a48df1bece18fc466be7e904dfe152a.tar.gz historical-c8eda1232a48df1bece18fc466be7e904dfe152a.tar.bz2 historical-c8eda1232a48df1bece18fc466be7e904dfe152a.zip |
Updating ebuild (missing IUSE)
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog index 40ec06ba3f50..e87251724405 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog +++ b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/WWW-Mechanize-FormFiller # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.3 2007/04/14 15:13:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.4 2007/06/15 03:27:00 mcummings Exp $ + + 15 Jun 2007; Michael Cummings <mcummings@gentoo.org> + WWW-Mechanize-FormFiller-0.06.ebuild: + Updating ebuild (missing IUSE) 14 Apr 2007; Michael Cummings <mcummings@gentoo.org> WWW-Mechanize-FormFiller-0.06.ebuild: diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild index 4780c5dd6fb0..334e792c1c55 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild +++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.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-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild,v 1.3 2007/04/14 15:13:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.06.ebuild,v 1.4 2007/06/15 03:27:00 mcummings Exp $ inherit perl-module @@ -10,6 +10,7 @@ HOMEPAGE="http://search.cpan.org/~corion/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="amd64 sparc ~x86" +IUSE="" SRC_TEST="do" |