commit: ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 15:53:25 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 04:00:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae916d12
dev-python/h5py: examples installation for eapi6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/h5py/h5py-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/h5py/h5py-2.7.0.ebuild
b/dev-python/h5py/h5py-2.7.0.ebuild
index 2557c3c503a..40e378e0f9c 100644
--- a/dev-python/h5py/h5py-2.7.0.ebuild
+++ b/dev-python/h5py/h5py-2.7.0.ebuild
@@ -58,7 +58,7 @@ python_test() {
python_install_all() {
DOCS=( README.rst ANN.rst )
use doc && HTML_DOCS=( docs/_build/html/. )
- use examples && local EXAMPLES=( examples/. )
+ use examples && insinto /usr/share/doc/${PF} && doins -r examples
distutils-r1_python_install_all
}