commit: a4f3b7b9969101f8d070056bf4cff787666c0f6b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 15:01:22 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 15:10:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f3b7b9
dev-python/blinker: Readd doc USE handling
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/blinker/blinker-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/blinker/blinker-1.4.ebuild
b/dev-python/blinker/blinker-1.4.ebuild
index 72c4bc6..b732922 100644
--- a/dev-python/blinker/blinker-1.4.ebuild
+++ b/dev-python/blinker/blinker-1.4.ebuild
@@ -24,6 +24,6 @@ python_test() {
}
python_install_all() {
- HTML_DOCS=( docs/html/. )
+ use doc && HTML_DOCS=( docs/html/. )
distutils-r1_python_install_all
}