summaryrefslogtreecommitdiff
path: root/dev-python/oslotest/oslotest-2.17.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-16 17:34:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-16 17:34:21 +0000
commit02e2208f46f4e2c00fb9743cbc47350bdd233bfa (patch)
tree132dd60828854db4f65f30f9230f43d9602507ff /dev-python/oslotest/oslotest-2.17.1.ebuild
parent8be70107efbb417f839292165ee39d07a062046f (diff)
gentoo resync : 16.01.2018
Diffstat (limited to 'dev-python/oslotest/oslotest-2.17.1.ebuild')
-rw-r--r--dev-python/oslotest/oslotest-2.17.1.ebuild7
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
}