summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:32:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:32:34 +0000
commit7d3925c657276600eff6ddb5a8bc9df706487a2b (patch)
treec930f027bdd54249277805cc3eb2a72f886a574a /net-misc/iputils
parentwhitespace (diff)
downloadgentoo-2-7d3925c657276600eff6ddb5a8bc9df706487a2b.tar.gz
gentoo-2-7d3925c657276600eff6ddb5a8bc9df706487a2b.tar.bz2
gentoo-2-7d3925c657276600eff6ddb5a8bc9df706487a2b.zip
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-misc/iputils')
-rw-r--r--net-misc/iputils/iputils-021109-r3.ebuild6
-rw-r--r--net-misc/iputils/iputils-20060512.ebuild6
-rw-r--r--net-misc/iputils/iputils-20070202.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild
index b822afec942a..ffa9ed829299 100644
--- a/net-misc/iputils/iputils-021109-r3.ebuild
+++ b/net-misc/iputils/iputils-021109-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.26 2006/08/20 07:26:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.27 2007/06/26 02:32:34 mr_bones_ Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -55,8 +55,8 @@ src_compile() {
tc-export CC AR
emake || die "make main failed"
- # We include the extra check for docbook2html
- # because when we emerge from a stage1/stage2,
+ # We include the extra check for docbook2html
+ # because when we emerge from a stage1/stage2,
# it may not exist #23156
if use doc && type -p docbook2html ; then
emake -j1 html || die
diff --git a/net-misc/iputils/iputils-20060512.ebuild b/net-misc/iputils/iputils-20060512.ebuild
index 9a1b8e8e6d3d..53487b1d1ea7 100644
--- a/net-misc/iputils/iputils-20060512.ebuild
+++ b/net-misc/iputils/iputils-20060512.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-misc/iputils/iputils-20060512.ebuild,v 1.11 2007/02/10 00:01:03 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20060512.ebuild,v 1.12 2007/06/26 02:32:34 mr_bones_ Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -44,8 +44,8 @@ src_compile() {
tc-export CC
emake || die "make main failed"
- # We include the extra check for docbook2html
- # because when we emerge from a stage1/stage2,
+ # We include the extra check for docbook2html
+ # because when we emerge from a stage1/stage2,
# it may not exist #23156
if use doc && type -p docbook2html ; then
emake -j1 html man || die
diff --git a/net-misc/iputils/iputils-20070202.ebuild b/net-misc/iputils/iputils-20070202.ebuild
index a56f8ab6c6ea..5b439712454d 100644
--- a/net-misc/iputils/iputils-20070202.ebuild
+++ b/net-misc/iputils/iputils-20070202.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-misc/iputils/iputils-20070202.ebuild,v 1.1 2007/02/03 22:34:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20070202.ebuild,v 1.2 2007/06/26 02:32:34 mr_bones_ Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -41,8 +41,8 @@ src_compile() {
tc-export CC
emake || die "make main failed"
- # We include the extra check for docbook2html
- # because when we emerge from a stage1/stage2,
+ # We include the extra check for docbook2html
+ # because when we emerge from a stage1/stage2,
# it may not exist #23156
if use doc && type -p docbook2html ; then
emake -j1 html man || die