diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
commit | 05c76eb03275533b6fb7113a64c0c8f60b5a6b58 (patch) | |
tree | 7c136b2cb0bb932b102b2522bd5ecbbfca109a8a /net-libs/wvstreams | |
parent | Security bump bug #414603 (diff) | |
download | historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.tar.gz historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.tar.bz2 historical-05c76eb03275533b6fb7113a64c0c8f60b5a6b58.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index d718ddbd008a..4421e98ba120 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/wvstreams -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.142 2010/10/05 18:18:09 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.143 2012/05/05 02:54:29 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wvstreams-4.6.1-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Oct 2010; Jeroen Roovers <jer@gentoo.org> wvstreams-4.6.1-r1.ebuild: Stable for HPPA (bug #333613). diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild index aa75d2f90e16..e9aed8962a55 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild,v 1.7 2010/10/05 18:18:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r1.ebuild,v 1.8 2012/05/05 02:54:29 jdhore Exp $ EAPI=2 inherit autotools toolchain-funcs versionator @@ -28,7 +28,7 @@ RDEPEND="sys-libs/readline pam? ( sys-libs/pam ) virtual/c++-tr1-functional" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen )" pkg_setup() { |