diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-03-21 07:51:08 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-03-21 07:51:08 +0000 |
commit | a6d398f998d96285ed322841f45a5fdd932d8a8c (patch) | |
tree | cd9a42670e19e8b9134389e717d534654ee36cc0 /net-analyzer | |
parent | new version (diff) | |
download | gentoo-2-a6d398f998d96285ed322841f45a5fdd932d8a8c.tar.gz gentoo-2-a6d398f998d96285ed322841f45a5fdd932d8a8c.tar.bz2 gentoo-2-a6d398f998d96285ed322841f45a5fdd932d8a8c.zip |
Fixed to DEPEND on the proper, accompanying net-libs/lcrzo package.
Diffstat (limited to 'net-analyzer')
-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 |