diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:54:07 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:54:07 +0000 |
commit | 67c1467e73567b68650c0a6b5e26e1678b24f7e8 (patch) | |
tree | 0505820f3ce8d4a700445dfe4469f1668668c2a8 /net-dialup/wvdial | |
parent | Fix building against dev-libs/glib-2.32 by Derk W te Bokkel (bug #414389). (diff) | |
download | gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.tar.gz gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.tar.bz2 gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r-- | net-dialup/wvdial/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.61.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog index 1135a1a21ae8..2657cb985122 100644 --- a/net-dialup/wvdial/ChangeLog +++ b/net-dialup/wvdial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/wvdial -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.57 2010/05/28 05:58:16 pva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.58 2012/05/03 03:54:07 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> wvdial-1.61.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 May 2010; Peter Volkov <pva@gentoo.org> wvdial-1.61.ebuild, +files/wvdial-1.61-parallel-make.patch: diff --git a/net-dialup/wvdial/wvdial-1.61.ebuild b/net-dialup/wvdial/wvdial-1.61.ebuild index 2dfdc1e472e9..2b51937a4884 100644 --- a/net-dialup/wvdial/wvdial-1.61.ebuild +++ b/net-dialup/wvdial/wvdial-1.61.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-dialup/wvdial/wvdial-1.61.ebuild,v 1.2 2010/05/28 05:58:16 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.3 2012/05/03 03:54:07 jdhore Exp $ EAPI="3" @@ -17,7 +17,7 @@ IUSE="" COMMON_DEPEND=">=net-libs/wvstreams-4.4" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" RDEPEND="${COMMON_DEPEND} net-dialup/ppp" |