diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/oslotest/oslotest-2.17.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/oslotest/oslotest-2.17.1.ebuild b/dev-python/oslotest/oslotest-2.17.1.ebuild index ea3ef000dcb7..63000aeac9ce 100644 --- a/dev-python/oslotest/oslotest-2.17.1.ebuild +++ b/dev-python/oslotest/oslotest-2.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -59,8 +59,9 @@ python_test() { } python_install_all() { - doman doc/build/man/oslotest.1 - use doc && local HTML_DOCS=( doc/build/html/. ) + if use doc; then + doman doc/build/man/oslotest.1 + fi distutils-r1_python_install_all } |