commit: 15cefa9ba8d911e264fc2b6397cbf1db34beefd2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sun Dec 3 01:40:22 2017 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 01:40:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cefa9b
dev-python/oslotest: only run sphinx if doc is enabled Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-python/oslotest/oslotest-2.17.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/oslotest/oslotest-2.17.1.ebuild b/dev-python/oslotest/oslotest-2.17.1.ebuild index b030faf9630..c7784047641 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 }