diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 03:20:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 03:20:45 +0000 |
commit | 0c9601bb7e0b86adc147854d11585042427818a7 (patch) | |
tree | 75f1902203ad99ae8543299504bdd1aae0b47501 /net-misc/wget | |
parent | Update HOMEPAGE. (diff) | |
download | historical-0c9601bb7e0b86adc147854d11585042427818a7.tar.gz historical-0c9601bb7e0b86adc147854d11585042427818a7.tar.bz2 historical-0c9601bb7e0b86adc147854d11585042427818a7.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.13.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index b23ffb13ec1c..595b3e56bf5f 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.153 2012/04/26 15:15:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.154 2012/05/05 03:20:45 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wget-1.13.4-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> wget-1.13.4-r1.ebuild: keyword ~amd64-fbsd diff --git a/net-misc/wget/wget-1.13.4-r1.ebuild b/net-misc/wget/wget-1.13.4-r1.ebuild index d17bccaf175b..fb7b60b26b73 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-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.5 2012/04/26 15:15:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.6 2012/05/05 03:20:45 jdhore Exp $ EAPI="4" @@ -23,7 +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 + virtual/pkgconfig static? ( ${LIB_DEPEND} ) nls? ( sys-devel/gettext )" |