summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/webob/webob-1.5.1.ebuild')
-rw-r--r--dev-python/webob/webob-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.5.1.ebuild b/dev-python/webob/webob-1.5.1.ebuild
index 3f52a49948a6..660c9edd88fd 100644
--- a/dev-python/webob/webob-1.5.1.ebuild
+++ b/dev-python/webob/webob-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ esetup.py build_sphinx
fi
}