diff options
author | David Seifert <soap@gentoo.org> | 2020-03-20 10:55:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-03-20 10:55:49 +0100 |
commit | 0c8201aded87852e1f10be92cc53a07b78a89c0d (patch) | |
tree | 6dc2f158de9d3625e7a16ec196dda4324658803b /app-text/landslide | |
parent | net-misc/chrony: Version 4.0_pre1 (diff) | |
download | gentoo-0c8201aded87852e1f10be92cc53a07b78a89c0d.tar.gz gentoo-0c8201aded87852e1f10be92cc53a07b78a89c0d.tar.bz2 gentoo-0c8201aded87852e1f10be92cc53a07b78a89c0d.zip |
app-text/landslide: Replace distutils-r1 EXAMPLES use
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/landslide')
-rw-r--r-- | app-text/landslide/landslide-1.1.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 } |