From: Craig Andrews Date: Fri, 18 Jan 2019 22:19:40 +0000 (-0500) Subject: dev-python/pytables: don't try to install docs/html X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3;p=gentoo.git dev-python/pytables: don't try to install docs/html Bug: https://bugs.gentoo.org/672662 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Craig Andrews --- diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index d50eccfc1b90..631c7abcf9b5 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -65,7 +65,6 @@ python_test() { python_install_all() { if use doc; then - HTML_DOCS=( doc/html/. ) DOCS+=( doc/scripts ) fi distutils-r1_python_install_all