dev-python/oslotest: only run sphinx if doc is enabled

Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
Matthew Thode
2017-12-02 19:40:22 -06:00
parent 4cb11ed6fb
commit 15cefa9ba8

View File

@@ -47,8 +47,6 @@ RDEPEND="
python_compile_all() {
if use doc; then
esetup.py build_sphinx
else
esetup.py build_sphinx -b man
fi
}