From: David Seifert Date: Fri, 20 Mar 2020 09:56:22 +0000 (+0100) Subject: dev-python/http-parser: Replace distutils-r1 EXAMPLES use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a655625d8992f01ce95776708bab2bea093172af;p=gentoo.git dev-python/http-parser: 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/http-parser/http-parser-0.8.3.ebuild b/dev-python/http-parser/http-parser-0.8.3.ebuild index 534c30604b62..5337b6d34946 100644 --- a/dev-python/http-parser/http-parser-0.8.3.ebuild +++ b/dev-python/http-parser/http-parser-0.8.3.ebuild @@ -32,6 +32,10 @@ python_compile() { python_install_all() { local DOCS=( README.rst ) - 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 }