From: Justin Lecher Date: Wed, 9 Dec 2015 15:01:22 +0000 (+0100) Subject: dev-python/blinker: Readd doc USE handling X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a4f3b7b9969101f8d070056bf4cff787666c0f6b;p=gentoo.git dev-python/blinker: Readd doc USE handling Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- diff --git a/dev-python/blinker/blinker-1.4.ebuild b/dev-python/blinker/blinker-1.4.ebuild index 72c4bc693fab..b732922f80ca 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 }