From 544345c7070b88232a49d2bfdf4f7628d562f3fb Mon Sep 17 00:00:00 2001 From: Ming Dai Date: Mon, 18 Apr 2016 22:10:46 +0800 Subject: [PATCH] dev-python/dulwich: Do not use banned EXAMPLES in EAPI 6 Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1299 Signed-off-by: Ian Delaney --- dev-python/dulwich/dulwich-0.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild index 9cbd12a7fa71a..1aeaf038566d5 100644 --- a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild +++ b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild @@ -41,6 +41,6 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( docs/build/html/. ) - use examples && local EXAMPLES=( examples/. ) + use examples && dodoc -r examples distutils-r1_python_install_all }