diff options
author | Ming Dai <radaiming@gmail.com> | 2016-04-18 22:05:29 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-19 00:15:51 +0800 |
commit | 107e48542855e8238d0ac75cf31d2586692bf68c (patch) | |
tree | 47c7c397e701e879a7f415e9bed807e3b4efbca2 /dev-python/elasticsearch-py | |
parent | dev-python/nose: Do not use banned EXAMPLES in EAPI 6 (diff) | |
download | gentoo-107e48542855e8238d0ac75cf31d2586692bf68c.tar.gz gentoo-107e48542855e8238d0ac75cf31d2586692bf68c.tar.bz2 gentoo-107e48542855e8238d0ac75cf31d2586692bf68c.zip |
dev-python/elasticsearch-py: 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/elasticsearch-py')
-rw-r--r-- | dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild index b846f6102feb..746f3ac724dd 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild @@ -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 } diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild index ca2a9407f9ff..1e92e88dc8e1 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild @@ -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 } |