summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 05:37:04 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 05:37:04 +0000
commit79cee0c0be7130a21291db468cb5577408a3d1be (patch)
tree1e536425b551002d6f5e667d084af970013f1030 /app-benchmarks/siege
parentFix inherit (diff)
downloadgentoo-2-79cee0c0be7130a21291db468cb5577408a3d1be.tar.gz
gentoo-2-79cee0c0be7130a21291db468cb5577408a3d1be.tar.bz2
gentoo-2-79cee0c0be7130a21291db468cb5577408a3d1be.zip
Whitespace
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r--app-benchmarks/siege/ChangeLog5
-rw-r--r--app-benchmarks/siege/siege-3.0.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog
index d0767d887be2..12c1b331f7c9 100644
--- a/app-benchmarks/siege/ChangeLog
+++ b/app-benchmarks/siege/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/siege
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.56 2013/05/10 03:13:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.57 2013/05/10 05:37:04 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> siege-3.0.0.ebuild:
+ Whitespace
*siege-3.0.0 (10 May 2013)
diff --git a/app-benchmarks/siege/siege-3.0.0.ebuild b/app-benchmarks/siege/siege-3.0.0.ebuild
index efed31425fb4..339e5bc42449 100644
--- a/app-benchmarks/siege/siege-3.0.0.ebuild
+++ b/app-benchmarks/siege/siege-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.0.ebuild,v 1.1 2013/05/10 03:13:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.0.ebuild,v 1.2 2013/05/10 05:37:04 patrick Exp $
EAPI=4
@@ -22,9 +22,9 @@ DEPEND="${RDEPEND}
sys-devel/libtool"
src_prepare() {
- # bundled macros break recent libtool
+ # bundled macros break recent libtool
sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
+ rm *.m4 || die "failed to remove bundled macros"
eautoreconf
}