diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-27 15:53:25 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-28 04:00:12 +0000 |
commit | ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf (patch) | |
tree | bf9a737611c1e691e9bda2de6365e5984ee3f22f /dev-python/h5py | |
parent | dev-python/numpydoc: version bump (diff) | |
download | gentoo-ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf.tar.gz gentoo-ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf.tar.bz2 gentoo-ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf.zip |
dev-python/h5py: examples installation for eapi6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h5py/h5py-2.7.0.ebuild b/dev-python/h5py/h5py-2.7.0.ebuild index 2557c3c503ae..40e378e0f9c9 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 } |