commit: 544345c7070b88232a49d2bfdf4f7628d562f3fb Author: Ming Dai <radaiming <AT> gmail <DOT> com> AuthorDate: Mon Apr 18 14:10:46 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 16:15:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544345c7
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 <idella4 <AT> gentoo.org> 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 9cbd12a..1aeaf03 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 }
