From 0c8201aded87852e1f10be92cc53a07b78a89c0d Mon Sep 17 00:00:00 2001
From: David Seifert <soap@gentoo.org>
Date: Fri, 20 Mar 2020 10:55:49 +0100
Subject: 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>
---
 app-text/landslide/landslide-1.1.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
 }
-- 
cgit v1.2.3-65-gdbad