diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-28 17:39:28 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-28 17:39:28 +0100 |
commit | 344fd0d83d4d71456088ff0dbdffdeb1866b538f (patch) | |
tree | 3131e09c96a8c39b20a3ef53169c24fa25295ca6 /dev-python/testpath | |
parent | dev-python/testpath: Move KEYWORDS variable (diff) | |
download | gentoo-344fd0d83d4d71456088ff0dbdffdeb1866b538f.tar.gz gentoo-344fd0d83d4d71456088ff0dbdffdeb1866b538f.tar.bz2 gentoo-344fd0d83d4d71456088ff0dbdffdeb1866b538f.zip |
dev-python/testpath: Add missing indent
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild index 2a54e4bca730..e5140c0f72f4 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() { |