diff options
Diffstat (limited to 'dev-python/webob/webob-1.6.1.ebuild')
-rw-r--r-- | dev-python/webob/webob-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.6.1.ebuild b/dev-python/webob/webob-1.6.1.ebuild index 4ca2c9ff28c3..c190fa386a95 100644 --- a/dev-python/webob/webob-1.6.1.ebuild +++ b/dev-python/webob/webob-1.6.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=6 @@ -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 } |