summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-11 21:25:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-11 21:25:50 +0000
commit1b48968d9a603889eb06973cc11ad94d2980af2a (patch)
treebe88828136dee17a69019904eb76232a9a1440d7 /dev-python/epsilon
parentwhitespace (diff)
downloadgentoo-2-1b48968d9a603889eb06973cc11ad94d2980af2a.tar.gz
gentoo-2-1b48968d9a603889eb06973cc11ad94d2980af2a.tar.bz2
gentoo-2-1b48968d9a603889eb06973cc11ad94d2980af2a.zip
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-python/epsilon')
-rw-r--r--dev-python/epsilon/epsilon-0.5.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/epsilon/epsilon-0.5.11.ebuild b/dev-python/epsilon/epsilon-0.5.11.ebuild
index fc10603c46cf..c06ba1e881fb 100644
--- a/dev-python/epsilon/epsilon-0.5.11.ebuild
+++ b/dev-python/epsilon/epsilon-0.5.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.5.11.ebuild,v 1.3 2009/02/11 09:58:11 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.5.11.ebuild,v 1.4 2009/02/11 21:25:50 mr_bones_ Exp $
inherit twisted distutils
@@ -32,7 +32,7 @@ src_unpack() {
sed -i \
-e "s#bin/benchmark#bin/epsilon-benchmark#" \
setup.py || die "sed failed"
- # otherwise we get sandbox violations as it wants to update
+ # otherwise we get sandbox violations as it wants to update
# the plugin cache
epatch "${FILESDIR}/epsilon_plugincache_portagesandbox.patch"
}