diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
commit | 05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d (patch) | |
tree | b3adb5ee8d23e2d4f24fa771795b0c102b6adff7 /net-analyzer/snort/snort-2.3.0.ebuild | |
parent | Add ~ppc keyword to 2.6.1 (diff) | |
download | gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.gz gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.bz2 gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.zip |
Move to virtual/libpcap as per bug #63113
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/snort/snort-2.3.0.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/snort/snort-2.3.0.ebuild b/net-analyzer/snort/snort-2.3.0.ebuild index ebdbe57014bb..5e179d8db022 100644 --- a/net-analyzer/snort/snort-2.3.0.ebuild +++ b/net-analyzer/snort/snort-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.3.0.ebuild,v 1.1 2005/01/27 15:49:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.3.0.ebuild,v 1.2 2005/01/29 05:12:51 dragonheart Exp $ inherit eutils gnuconfig flag-o-matic @@ -23,7 +23,7 @@ IUSE="ssl postgres mysql flexresp selinux snortsam odbc prelude inline" DEPEND="virtual/libc >=dev-libs/libpcre-4.2-r1 - >=net-libs/libpcap-0.7 + virtual/libpcap flexresp? ( ~net-libs/libnet-1.0.2a ) postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) |