Skip to content

Commit

Permalink
dev-python/elasticsearch-py: 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 118693c commit 107e485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ python_compile_all() {

python_install_all() {
use doc && HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( example/. )
use examples && dodoc -r example
doman docs/_build/man/*
distutils-r1_python_install_all
}
2 changes: 1 addition & 1 deletion dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ python_compile_all() {

python_install_all() {
use doc && HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( example/. )
use examples && dodoc -r example
doman docs/_build/man/*
distutils-r1_python_install_all
}

0 comments on commit 107e485

Please sign in to comment.