diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-17 17:55:26 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-17 17:55:26 +0000 |
commit | 17c880805b42e02925967f5ab728185b895bb3d6 (patch) | |
tree | b1dce932e32064408767ee80d7c46c470a3a183a /net-analyzer | |
parent | Removed obsolete ORBit dependencie, it's included in gnome-core and galeon (diff) | |
download | historical-17c880805b42e02925967f5ab728185b895bb3d6.tar.gz historical-17c880805b42e02925967f5ab728185b895bb3d6.tar.bz2 historical-17c880805b42e02925967f5ab728185b895bb3d6.zip |
Changed = dependencies to >= to prevent problems in future
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.8.18.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.8.18.ebuild b/net-analyzer/ethereal/ethereal-0.8.18.ebuild index d37be19cd07a..7b8f75eb5603 100644 --- a/net-analyzer/ethereal/ethereal-0.8.18.ebuild +++ b/net-analyzer/ethereal/ethereal-0.8.18.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.18.ebuild,v 1.2 2001/06/13 18:38:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.18.ebuild,v 1.3 2001/06/17 17:55:26 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,13 +12,13 @@ HOMEPAGE="http://ethereal.zing.org/" DEPEND="virtual/glibc virtual/x11 sys-devel/perl >=net-libs/libpcap-0.5.2 >=sys-libs/zlib-1.1.3 - ssl? ( =dev-libs/openssl-0.9.6a ) - snmp? ( =net-analyzer/ucd-snmp-4.1.2 )" + ssl? ( >=dev-libs/openssl-0.9.6a ) + snmp? ( >=net-analyzer/ucd-snmp-4.1.2 )" RDEPEND="virtual/glibc virtual/x11 >=sys-libs/zlib-1.1.3 - ssl? ( =dev-libs/openssl-0.9.6a ) - snmp? ( =net-analyzer/ucd-snmp-4.1.2 )" + ssl? ( >=dev-libs/openssl-0.9.6a ) + snmp? ( >=net-analyzer/ucd-snmp-4.1.2 )" src_compile() { if [ "`use ssl`" ] ; then |