Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testpath/
Date: Sat, 28 Nov 2015 17:33:45
Message-Id: 1448728768.344fd0d83d4d71456088ff0dbdffdeb1866b538f.jlec@gentoo
1 commit: 344fd0d83d4d71456088ff0dbdffdeb1866b538f
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 16:39:28 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:39:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344fd0d8
7
8 dev-python/testpath: Add missing indent
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/testpath/testpath-0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild
16 index 2a54e4b..e5140c0 100644
17 --- a/dev-python/testpath/testpath-0.2.ebuild
18 +++ b/dev-python/testpath/testpath-0.2.ebuild
19 @@ -35,7 +35,7 @@ python_prepare_all() {
20 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
21 fi
22
23 -distutils-r1_python_prepare_all
24 + distutils-r1_python_prepare_all
25 }
26
27 python_compile_all() {