From ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Tue, 27 Jun 2017 15:53:25 +0000 Subject: [PATCH] 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 2557c3c503aec..40e378e0f9c92 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 }