diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-09 16:01:22 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-09 16:10:02 +0100 |
commit | a4f3b7b9969101f8d070056bf4cff787666c0f6b (patch) | |
tree | a9b2b2cfe7d276665632acb631c75215ddf565cc /dev-python | |
parent | dev-python/flask: Add python3.5 support (diff) | |
download | gentoo-a4f3b7b9969101f8d070056bf4cff787666c0f6b.tar.gz gentoo-a4f3b7b9969101f8d070056bf4cff787666c0f6b.tar.bz2 gentoo-a4f3b7b9969101f8d070056bf4cff787666c0f6b.zip |
dev-python/blinker: Readd doc USE handling
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/blinker/blinker-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |