summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-01-12 21:29:54 +0000
committerAlin Năstac <mrness@gentoo.org>2008-01-12 21:29:54 +0000
commitfebc5d726e9477c346c7920132268912f4253460 (patch)
tree080d9d4c6bd3a0ddb8d0b63e063d7e621bd26ab3 /net-dialup
parentRemove old ebuilds. (diff)
downloadgentoo-2-febc5d726e9477c346c7920132268912f4253460.tar.gz
gentoo-2-febc5d726e9477c346c7920132268912f4253460.tar.bz2
gentoo-2-febc5d726e9477c346c7920132268912f4253460.zip
Add pkg-config to RDEPEND (#205513).
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/wvdial/ChangeLog7
-rw-r--r--net-dialup/wvdial/wvdial-1.60.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog
index e7f78a8e226f..bc93d9743ea7 100644
--- a/net-dialup/wvdial/ChangeLog
+++ b/net-dialup/wvdial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/wvdial
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.50 2007/10/22 22:48:13 mrness Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.51 2008/01/12 21:29:54 mrness Exp $
+
+ 12 Jan 2008; Alin Năstac <mrness@gentoo.org> wvdial-1.60.ebuild:
+ Add pkg-config to RDEPEND (#205513).
22 Oct 2007; Alin Năstac <mrness@gentoo.org>
-files/wvdial-1.56-destdir.patch, -wvdial-1.56.ebuild:
diff --git a/net-dialup/wvdial/wvdial-1.60.ebuild b/net-dialup/wvdial/wvdial-1.60.ebuild
index ef179a487a1d..b1090e0875a7 100644
--- a/net-dialup/wvdial/wvdial-1.60.ebuild
+++ b/net-dialup/wvdial/wvdial-1.60.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild,v 1.6 2007/10/03 13:49:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild,v 1.7 2008/01/12 21:29:54 mrness Exp $
inherit eutils
@@ -13,8 +13,10 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ppc sparc x86"
IUSE=""
-DEPEND=">=net-libs/wvstreams-4.4"
-RDEPEND="${DEPEND}
+COMMON_DEPEND=">=net-libs/wvstreams-4.4"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
net-dialup/ppp"
src_unpack() {