summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 20:44:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 20:44:58 +0000
commitd705d3a83bb31df39865e6220b58913b2513cdd1 (patch)
treef78bfa9222e1d9e36bcfa7c46611965b12420b87 /dev-python/paste
parentUse PyPI mirrors. Fix indentation. (diff)
downloadhistorical-d705d3a83bb31df39865e6220b58913b2513cdd1.tar.gz
historical-d705d3a83bb31df39865e6220b58913b2513cdd1.tar.bz2
historical-d705d3a83bb31df39865e6220b58913b2513cdd1.zip
Delete needless whitespace.
Package-Manager: portage-2.2_rc86_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/paste-1.7.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paste/paste-1.7.5.1.ebuild b/dev-python/paste/paste-1.7.5.1.ebuild
index b477eb44e159..9bb651962aea 100644
--- a/dev-python/paste/paste-1.7.5.1.ebuild
+++ b/dev-python/paste/paste-1.7.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1.ebuild,v 1.1 2010/09/22 20:32:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1.ebuild,v 1.2 2010/09/22 20:44:58 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -62,7 +62,7 @@ src_install() {
if use doc; then
pushd build/sphinx/html > /dev/null
docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
+ cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
popd > /dev/null
fi
}