From: David Seifert Date: Fri, 20 Mar 2020 09:57:33 +0000 (+0100) Subject: dev-python/root_numpy: Replace distutils-r1 EXAMPLES use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8babea42bb4154f06c92de98face4e83875b02e0;p=gentoo.git dev-python/root_numpy: Replace distutils-r1 EXAMPLES use Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert --- diff --git a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild b/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild index c5305f468915..8333f8841970 100644 --- a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild +++ b/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild @@ -36,6 +36,11 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( tutorial/. ) + if use examples; then + docinto examples + dodoc -r tutorial/. + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all }