From: David Seifert Date: Fri, 20 Mar 2020 09:57:36 +0000 (+0100) Subject: dev-python/stomper: Replace distutils-r1 EXAMPLES use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27547775c666ba2ce70ffe5f96d9ac2a8d0bba18;p=gentoo.git dev-python/stomper: 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/stomper/stomper-0.3.0.ebuild b/dev-python/stomper/stomper-0.3.0.ebuild index 2f0b31c2890c..1da61eeff6ab 100644 --- a/dev-python/stomper/stomper-0.3.0.ebuild +++ b/dev-python/stomper/stomper-0.3.0.ebuild @@ -29,7 +29,10 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( examples/. ) + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi distutils-r1_python_install_all }