diff options
author | Ming Dai <radaiming@gmail.com> | 2016-04-18 22:10:46 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-19 00:15:51 +0800 |
commit | 544345c7070b88232a49d2bfdf4f7628d562f3fb (patch) | |
tree | 846fb6517b515d783cd4699c89b7b8b482bc38ad /dev-python/dulwich | |
parent | dev-python/elasticsearch-py: Do not use banned EXAMPLES in EAPI 6 (diff) | |
download | gentoo-544345c7070b88232a49d2bfdf4f7628d562f3fb.tar.gz gentoo-544345c7070b88232a49d2bfdf4f7628d562f3fb.tar.bz2 gentoo-544345c7070b88232a49d2bfdf4f7628d562f3fb.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild index 9cbd12a7fa71..1aeaf038566d 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 } |