commit: 344fd0d83d4d71456088ff0dbdffdeb1866b538f
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 28 16:39:28 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 16:39:28 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344fd0d8
dev-python/testpath: Add missing indent
Package-Manager: portage-2.2.20.1
dev-python/testpath/testpath-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/testpath/testpath-0.2.ebuild
b/dev-python/testpath/testpath-0.2.ebuild
index 2a54e4b..e5140c0 100644
--- a/dev-python/testpath/testpath-0.2.ebuild
+++ b/dev-python/testpath/testpath-0.2.ebuild
@@ -35,7 +35,7 @@ python_prepare_all() {
sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
fi
-distutils-r1_python_prepare_all
+ distutils-r1_python_prepare_all
}
python_compile_all() {