diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-05 02:01:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-05 02:01:47 +0000 |
commit | c2dee59e42844a3e88a24b50d7e06332f957ab14 (patch) | |
tree | 94b76962e1e498c8b7d000df7a1ff77ceef5dd1c /net-analyzer | |
parent | Marked ppc stable for bug #295348. (diff) | |
download | gentoo-2-c2dee59e42844a3e88a24b50d7e06332f957ab14.tar.gz gentoo-2-c2dee59e42844a3e88a24b50d7e06332f957ab14.tar.bz2 gentoo-2-c2dee59e42844a3e88a24b50d7e06332f957ab14.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snort/snort-2.8.5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/snort/snort-2.8.5.2.ebuild b/net-analyzer/snort/snort-2.8.5.2.ebuild index 9ae803ac83f1..747284bb76da 100644 --- a/net-analyzer/snort/snort-2.8.5.2.ebuild +++ b/net-analyzer/snort/snort-2.8.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.5.2.ebuild,v 1.1 2010/01/04 17:59:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.5.2.ebuild,v 1.2 2010/01/05 02:01:47 mr_bones_ Exp $ inherit eutils autotools multilib @@ -88,7 +88,6 @@ src_unpack() { sed -i -e 's:src doc etc:src etc:g' \ "${WORKDIR}/${P}/Makefile.am" || die "Doc fix Failed" - # Fix to allow parallel building. # Thanks to Natanael Copa #291558 einfo "Applying parallel building fix." |