From: Matthew Thode Date: Sun, 3 Dec 2017 01:40:22 +0000 (-0600) Subject: dev-python/oslotest: only run sphinx if doc is enabled X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=15cefa9ba8d911e264fc2b6397cbf1db34beefd2;p=gentoo.git dev-python/oslotest: only run sphinx if doc is enabled Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- diff --git a/dev-python/oslotest/oslotest-2.17.1.ebuild b/dev-python/oslotest/oslotest-2.17.1.ebuild index b030faf9630f..c77840476418 100644 --- a/dev-python/oslotest/oslotest-2.17.1.ebuild +++ b/dev-python/oslotest/oslotest-2.17.1.ebuild @@ -47,8 +47,6 @@ RDEPEND=" python_compile_all() { if use doc; then - esetup.py build_sphinx - else esetup.py build_sphinx -b man fi }