Skip to content

Commit

Permalink
dev-python/dulwich: Do not use banned EXAMPLES in EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
Closes: gentoo#1299

Signed-off-by: Ian Delaney <[email protected]>
  • Loading branch information
radaiming authored and Ian Delaney committed Apr 18, 2016
1 parent 107e485 commit 544345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/dulwich/dulwich-0.12.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 544345c

Please sign in to comment.