From: David Seifert Date: Fri, 20 Mar 2020 09:56:25 +0000 (+0100) Subject: dev-python/ipy: Replace distutils-r1 EXAMPLES use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f19e9d85e32a1822bfc645bc58947941abb01162;p=gentoo.git dev-python/ipy: 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/ipy/ipy-1.00.ebuild b/dev-python/ipy/ipy-1.00.ebuild index d387087d8088..afbead463014 100644 --- a/dev-python/ipy/ipy-1.00.ebuild +++ b/dev-python/ipy/ipy-1.00.ebuild @@ -35,6 +35,11 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( example/. ) + if use examples; then + docinto examples + dodoc -r example/. + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all }