From: David Seifert Date: Fri, 20 Mar 2020 09:55:49 +0000 (+0100) Subject: app-text/landslide: Replace distutils-r1 EXAMPLES use X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c8201aded87852e1f10be92cc53a07b78a89c0d;p=gentoo.git app-text/landslide: Replace distutils-r1 EXAMPLES use Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert --- diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild index 8f2cfe02f2b6..d611bf5b0a04 100644 --- a/app-text/landslide/landslide-1.1.3.ebuild +++ b/app-text/landslide/landslide-1.1.3.ebuild @@ -26,6 +26,10 @@ RDEPEND=" " python_install_all() { - use examples && EXAMPLES=( examples/. ) + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all }