diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-25 09:06:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-25 09:06:22 +0000 |
commit | d15a4a3cd082f97b754d73949e5c1fe4597c0464 (patch) | |
tree | ad95aebc145bc5ab1d407f391c1d510846188ca4 /net-analyzer | |
parent | new package (diff) | |
download | gentoo-2-d15a4a3cd082f97b754d73949e5c1fe4597c0464.tar.gz gentoo-2-d15a4a3cd082f97b754d73949e5c1fe4597c0464.tar.bz2 gentoo-2-d15a4a3cd082f97b754d73949e5c1fe4597c0464.zip |
Fixed libnet dependency, closes #9623.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snort/snort-1.8.6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snort/snort-1.8.7.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snort/snort-1.9.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/snort/snort-1.8.6.ebuild b/net-analyzer/snort/snort-1.8.6.ebuild index 902a92edfacb..1c9140afd1fa 100644 --- a/net-analyzer/snort/snort-1.8.6.ebuild +++ b/net-analyzer/snort/snort-1.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.6.ebuild,v 1.7 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.6.ebuild,v 1.8 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql" @@ -15,7 +15,7 @@ KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b )" diff --git a/net-analyzer/snort/snort-1.8.7.ebuild b/net-analyzer/snort/snort-1.8.7.ebuild index de638bcb9cab..167297a79135 100644 --- a/net-analyzer/snort/snort-1.8.7.ebuild +++ b/net-analyzer/snort/snort-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.7.ebuild,v 1.6 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.7.ebuild,v 1.7 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql" @@ -15,7 +15,7 @@ KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b )" diff --git a/net-analyzer/snort/snort-1.9.0.ebuild b/net-analyzer/snort/snort-1.9.0.ebuild index 882f578a24c0..15c2b66c9eb3 100644 --- a/net-analyzer/snort/snort-1.9.0.ebuild +++ b/net-analyzer/snort/snort-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.0.ebuild,v 1.2 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.0.ebuild,v 1.3 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql snmp" @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~sparc ~sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b ) |