summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-02 15:05:17 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-02 15:05:17 +0000
commit3bbaf0df384eb44d7fdd480de312407011b0f671 (patch)
tree91de408899c72dff50dff12c1a478f7db866f355 /net-firewall/iptables
parentStable on ppc64; bug #186931 (diff)
downloadgentoo-2-3bbaf0df384eb44d7fdd480de312407011b0f671.tar.gz
gentoo-2-3bbaf0df384eb44d7fdd480de312407011b0f671.tar.bz2
gentoo-2-3bbaf0df384eb44d7fdd480de312407011b0f671.zip
workaround bug in bash-3.1 #190990
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r--net-firewall/iptables/iptables-1.3.8-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.3.8-r2.ebuild b/net-firewall/iptables/iptables-1.3.8-r2.ebuild
index 4175e6a8e019..0ebeb1867203 100644
--- a/net-firewall/iptables/iptables-1.3.8-r2.ebuild
+++ b/net-firewall/iptables/iptables-1.3.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8-r2.ebuild,v 1.2 2007/08/26 11:36:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8-r2.ebuild,v 1.3 2007/09/02 15:05:17 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs linux-info
@@ -143,7 +143,7 @@ src_defs() {
if ! use l7filter && ! use imq && ! use extensions ; then
export KERNEL_DIR=$(
# ugh -- iptables has scripts which check for the existence of
- # files so we need to give it the right path to our toolchain's
+ # files so we need to give it the right path to our toolchains
# include dir where the linux headers are.
# FYI IPTABLES: YOU FAIL
echo '#include <linux/limits.h>' | $(tc-getCPP) - | grep -o '/[^"]*linux/limits.h' | sed s:/include/linux/limits.h::