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.2.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.2.0.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/snort-2.2.0.ebuild b/net-analyzer/snort/snort-2.2.0.ebuild index 29e44adb7107..055d82b66a10 100644 --- a/net-analyzer/snort/snort-2.2.0.ebuild +++ b/net-analyzer/snort/snort-2.2.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.2.0.ebuild,v 1.8 2005/01/25 12:11:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.2.0.ebuild,v 1.9 2005/01/29 05:12:51 dragonheart Exp $ inherit eutils gnuconfig @@ -27,7 +27,7 @@ IUSE="ssl postgres mysql flexresp selinux snortsam" DEPEND="virtual/libc >=dev-libs/libpcre-4.2-r1 - >=net-libs/libpcap-0.6.2-r1 + virtual/libpcap flexresp? ( <net-libs/libnet-1.1 >=net-libs/libnet-1.0.2a-r3 ) postgres? ( >=dev-db/postgresql-7.2 ) @@ -38,7 +38,7 @@ DEPEND="virtual/libc RDEPEND="virtual/libc >=dev-libs/libpcre-4.2-r1 dev-lang/perl - >=net-libs/libpcap-0.6.2-r1 + virtual/libpcap postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b ) |