diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-09 16:37:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-09 16:37:57 +0000 |
commit | e6bcd1c671c0449b6935964b831567cfdd4a2956 (patch) | |
tree | edaa3595b775e2751aba82bad12529bfc1d04c71 /net-firewall | |
parent | Marked ~amd64, keywording KDE split ebuilds, bug 80944. (diff) | |
download | gentoo-2-e6bcd1c671c0449b6935964b831567cfdd4a2956.tar.gz gentoo-2-e6bcd1c671c0449b6935964b831567cfdd4a2956.tar.bz2 gentoo-2-e6bcd1c671c0449b6935964b831567cfdd4a2956.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-firewall/iptables/iptables-1.3.1.ebuild b/net-firewall/iptables/iptables-1.3.1.ebuild index 8f1d9755bf08..3f4c9e15b6c2 100644 --- a/net-firewall/iptables/iptables-1.3.1.ebuild +++ b/net-firewall/iptables/iptables-1.3.1.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-firewall/iptables/iptables-1.3.1.ebuild,v 1.1 2005/03/09 10:16:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1.ebuild,v 1.2 2005/03/09 16:37:57 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -51,10 +51,10 @@ src_unpack() { epatch ${FILESDIR}/${PV}-files/install_all_dev_files.patch-${PV}.bz2 # Both of these have been merged upstream - # EPATCH_OPTS="-p1" epatch ${FILESDIR}/${PV}-files/round-robin.patch + # EPATCH_OPTS="-p1" epatch ${FILESDIR}/${PV}-files/round-robin.patch # security bug 70240 - # EPATCH_OPTS="-p2" epatch ${FILESDIR}/${PV}-files/CAN-2004-0986.patch - + # EPATCH_OPTS="-p2" epatch ${FILESDIR}/${PV}-files/CAN-2004-0986.patch + # this provide's grsec's stealth match EPATCH_OPTS="-p0" \ epatch ${FILESDIR}/${PV}-files/grsecurity-1.2.8-iptables.patch-${PV}.bz2 @@ -75,7 +75,7 @@ src_defs() { # these are used in both of src_compile and src_install myconf="${myconf} PREFIX=" myconf="${myconf} LIBDIR=/lib" - myconf="${myconf} BINDIR=/sbin" + myconf="${myconf} BINDIR=/sbin" myconf="${myconf} MANDIR=/usr/share/man" myconf="${myconf} INCDIR=/usr/include" # iptables and libraries are now installed to /sbin and /lib, so that |