diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-16 09:05:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-16 09:05:20 +0000 |
commit | 34e47d9127e2be656b8d0c5e43b061c5604fc36f (patch) | |
tree | 925d9732ae0c453e35743e527fc8fcce34587f14 /dev-perl/WWW-Mechanize-FormFiller | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | gentoo-2-34e47d9127e2be656b8d0c5e43b061c5604fc36f.tar.gz gentoo-2-34e47d9127e2be656b8d0c5e43b061c5604fc36f.tar.bz2 gentoo-2-34e47d9127e2be656b8d0c5e43b061c5604fc36f.zip |
Depend on HTML-Form for >libwww-perl-6 (#358617)
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Mechanize-FormFiller')
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/WWW-Mechanize-FormFiller/ChangeLog b/dev-perl/WWW-Mechanize-FormFiller/ChangeLog index 3a8fc371d0c8..876caeccbaf8 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.14 2011/01/14 15:43:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.15 2011/03/16 09:05:20 tove Exp $ + + 16 Mar 2011; Torsten Veller <tove@gentoo.org> + WWW-Mechanize-FormFiller-0.10.ebuild: + Depend on HTML-Form for >libwww-perl-6 (#358617) 14 Jan 2011; Torsten Veller <tove@gentoo.org> -WWW-Mechanize-FormFiller-0.08.ebuild: diff --git a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild index 5bbe9d4fad69..640085c61cba 100644 --- a/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild +++ b/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.10.ebuild,v 1.4 2010/11/13 12:19:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.10.ebuild,v 1.5 2011/03/16 09:05:20 tove Exp $ EAPI=2 @@ -14,7 +14,10 @@ KEYWORDS="amd64 sparc x86" IUSE="" DEPEND="dev-perl/Data-Random - dev-perl/libwww-perl" + || ( + ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) + <dev-perl/libwww-perl-6 + )" RDEPEND="${DEPEND}" SRC_TEST="do" |