diff options
-rw-r--r-- | net-misc/wget/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/wget/wget-1.13.4-r1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index b8220b221b63..9530d0d33577 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/wget -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.151 2011/12/20 16:14:30 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.152 2012/01/13 06:19:16 vapier Exp $ + + 13 Jan 2012; Mike Frysinger <vapier@gentoo.org> wget-1.13.4-r1.ebuild: + Depend on pkgconfig since we use it now for openssl #398527 by Viktor + Görzen. 20 Dec 2011; Mike Frysinger <vapier@gentoo.org> files/wget-1.13.4-openssl-pkg-config.patch: diff --git a/net-misc/wget/wget-1.13.4-r1.ebuild b/net-misc/wget/wget-1.13.4-r1.ebuild index 433eccf1661b..f33e9fca932f 100644 --- a/net-misc/wget/wget-1.13.4-r1.ebuild +++ b/net-misc/wget/wget-1.13.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.3 2011/12/01 16:53:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.4 2012/01/13 06:19:16 vapier Exp $ EAPI="4" @@ -23,6 +23,7 @@ LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] ) RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} app-arch/xz-utils + dev-util/pkgconfig static? ( ${LIB_DEPEND} ) nls? ( sys-devel/gettext )" |