diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-06 23:39:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-06 23:39:12 +0000 |
commit | 5c5758160185d85a462456138320148b094dc3a4 (patch) | |
tree | 8957686ac5e34b74595b1b05666790502ac2f8e6 /net-misc/wget | |
parent | Version bump. (diff) | |
download | gentoo-2-5c5758160185d85a462456138320148b094dc3a4.tar.gz gentoo-2-5c5758160185d85a462456138320148b094dc3a4.tar.bz2 gentoo-2-5c5758160185d85a462456138320148b094dc3a4.zip |
Pull in perl deps for tests #528348 by Nikoli.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.16.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 213a9edf5bf4..eb893610ba40 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.195 2014/11/06 15:49:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.196 2014/11/06 23:39:12 vapier Exp $ + + 06 Nov 2014; Mike Frysinger <vapier@gentoo.org> wget-1.16.ebuild: + Pull in perl deps for tests #528348 by Nikoli. 06 Nov 2014; Mike Frysinger <vapier@gentoo.org> wget-1.16.ebuild: Fix by Mike Gilbert to require python-3 in order to run tests #528348#1 by diff --git a/net-misc/wget/wget-1.16.ebuild b/net-misc/wget/wget-1.16.ebuild index 1bf420a52e07..895e28bb18ef 100644 --- a/net-misc/wget/wget-1.16.ebuild +++ b/net-misc/wget/wget-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.12 2014/11/06 15:49:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.13 2014/11/06 23:39:12 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) @@ -29,7 +29,13 @@ DEPEND="${RDEPEND} app-arch/xz-utils virtual/pkgconfig static? ( ${LIB_DEPEND} ) - test? ( ${PYTHON_DEPS} ) + test? ( + ${PYTHON_DEPS} + dev-lang/perl + dev-perl/HTTP-Daemon + dev-perl/HTTP-Message + dev-perl/IO-Socket-SSL + ) nls? ( sys-devel/gettext )" REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )" |