diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 20:30:59 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 20:30:59 +0000 |
commit | 6bc20e10e47fca7eba4661989aa6c308873f5654 (patch) | |
tree | 8925c32859822d33702fef056557a9390835a7de /net-libs/netwib/netwib-5.31.0.ebuild | |
parent | Added patch to allow compilation on ppc-macos. Patch by exg at gentoo dot org (diff) | |
download | historical-6bc20e10e47fca7eba4661989aa6c308873f5654.tar.gz historical-6bc20e10e47fca7eba4661989aa6c308873f5654.tar.bz2 historical-6bc20e10e47fca7eba4661989aa6c308873f5654.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-libs/netwib/netwib-5.31.0.ebuild')
-rw-r--r-- | net-libs/netwib/netwib-5.31.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/netwib/netwib-5.31.0.ebuild b/net-libs/netwib/netwib-5.31.0.ebuild index 87abed1911c3..3e93f18644e8 100644 --- a/net-libs/netwib/netwib-5.31.0.ebuild +++ b/net-libs/netwib/netwib-5.31.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.31.0.ebuild,v 1.2 2005/10/15 04:42:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.31.0.ebuild,v 1.3 2006/02/20 20:30:59 jokey Exp $ # NOTE: netwib, netwox and netwag go together, bump all or bump none @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="doc" -DEPEND="virtual/libpcap +DEPEND="net-libs/libpcap >=net-libs/libnet-1.1.1" S=${WORKDIR}/${P}-src |