diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-08-07 17:33:23 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-08-07 17:33:23 +0000 |
commit | efc8fa35029fa8402d94f10a7f2dfad29badf310 (patch) | |
tree | cba9becffd5b88de7ce379301a404b32a4c40516 /net-firewall/ipp2p | |
parent | Fix bug #101635. (diff) | |
download | gentoo-2-efc8fa35029fa8402d94f10a7f2dfad29badf310.tar.gz gentoo-2-efc8fa35029fa8402d94f10a7f2dfad29badf310.tar.bz2 gentoo-2-efc8fa35029fa8402d94f10a7f2dfad29badf310.zip |
Fix whitespace
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-firewall/ipp2p')
-rw-r--r-- | net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild b/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild index fe984101d15d..a738d67a19e5 100644 --- a/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild +++ b/net-firewall/ipp2p/ipp2p-0.7.4-r2.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/ipp2p/ipp2p-0.7.4-r2.ebuild,v 1.3 2005/08/07 17:32:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.7.4-r2.ebuild,v 1.4 2005/08/07 17:33:23 eradicator Exp $ IUSE="" @@ -38,7 +38,7 @@ src_unpack() { } src_compile() { - local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)" + local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)" emake CFLAGS="${CFLAGS}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" libipt_ipp2p.so || die "Failed to build iptables module" local xarch="${ARCH}" diff --git a/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild b/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild index 51374c015027..6e0d3677cf6e 100644 --- a/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild +++ b/net-firewall/ipp2p/ipp2p-0.8.0_rc3.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/ipp2p/ipp2p-0.8.0_rc3.ebuild,v 1.2 2005/08/07 17:32:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.0_rc3.ebuild,v 1.3 2005/08/07 17:33:23 eradicator Exp $ IUSE="" @@ -38,7 +38,7 @@ src_unpack() { } src_compile() { - local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)" + local IPTABLES_VERSION="$(${ROOT}/sbin/iptables --version | cut -f2 -dv)" emake CFLAGS="${CFLAGS}" IPTABLES_SRC="${ROOT}/usr" IPTABLES_VERSION="${IPTABLES_VERSION}" libipt_ipp2p.so || die "Failed to build iptables module" local xarch="${ARCH}" |