diff options
author | 2002-03-21 07:51:08 +0000 | |
---|---|---|
committer | 2002-03-21 07:51:08 +0000 | |
commit | b498f097430e118b9e843d16a48e06e3a375805f (patch) | |
tree | bb50993e8c10c75a7a2676f63fed734052a572d1 /net-analyzer/lcrzoex | |
parent | new version (diff) | |
download | historical-b498f097430e118b9e843d16a48e06e3a375805f.tar.gz historical-b498f097430e118b9e843d16a48e06e3a375805f.tar.bz2 historical-b498f097430e118b9e843d16a48e06e3a375805f.zip |
Fixed to DEPEND on the proper, accompanying net-libs/lcrzo package.
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild index b1b7eec752b2..cabb4c249417 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild,v 1.1 2002/03/20 08:32:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild,v 1.2 2002/03/21 07:51:08 woodchip Exp $ DESCRIPTION="Toolbox of over 200 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/lcrzoex/" SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" S=${WORKDIR}/${P}-src -DEPEND="virtual/glibc net-libs/lcrzo" +DEPEND="virtual/glibc =net-libs/lcrzo-4.06" src_unpack() { unpack ${A} ; cd ${S}/src |