diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-02 04:41:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-02 04:41:28 +0000 |
commit | 6cadcc5d962c3c49c3c6d3e79f0e16b1d454471c (patch) | |
tree | 43a00c8ec016e78d787e0bafc2f2dea3a0a891ef /net-analyzer | |
parent | whitespace (diff) | |
download | gentoo-2-6cadcc5d962c3c49c3c6d3e79f0e16b1d454471c.tar.gz gentoo-2-6cadcc5d962c3c49c3c6d3e79f0e16b1d454471c.tar.bz2 gentoo-2-6cadcc5d962c3c49c3c6d3e79f0e16b1d454471c.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snort/snort-2.8.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/snort/snort-2.8.3.1.ebuild b/net-analyzer/snort/snort-2.8.3.1.ebuild index db3360719c1c..06b5dafc3215 100644 --- a/net-analyzer/snort/snort-2.8.3.1.ebuild +++ b/net-analyzer/snort/snort-2.8.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.2 2008/12/31 10:05:32 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.3 2009/01/02 04:41:28 mr_bones_ Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -89,7 +89,6 @@ pkg_setup() { fi } - src_unpack() { unpack ${A} cd "${S}" @@ -161,9 +160,8 @@ src_compile() { myconf="${myconf} --disable-inline" fi - #The --enable-<feature> options... 'static' 'dynamicplugin' 'threads' 'flexresp' 'flexresp2' 'inline' -# are configured above due to dependancy/conflict issues. +# are configured above due to dependancy/conflict issues. #All others are handled the standard ebuild way via econf econf \ |