summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}