dev-python/blinker: Readd doc USE handling

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-09 16:01:22 +01:00
parent 0eec7c4c6c
commit a4f3b7b996

View File

@@ -24,6 +24,6 @@ python_test() {
}
python_install_all() {
HTML_DOCS=( docs/html/. )
use doc && HTML_DOCS=( docs/html/. )
distutils-r1_python_install_all
}