Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h5py/
Date: Wed, 28 Jun 2017 04:03:03
Message-Id: 1498622412.ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf.bicatali@gentoo
1 commit: ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 15:53:25 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 04:00:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae916d12
7
8 dev-python/h5py: examples installation for eapi6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/h5py/h5py-2.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/h5py/h5py-2.7.0.ebuild b/dev-python/h5py/h5py-2.7.0.ebuild
16 index 2557c3c503a..40e378e0f9c 100644
17 --- a/dev-python/h5py/h5py-2.7.0.ebuild
18 +++ b/dev-python/h5py/h5py-2.7.0.ebuild
19 @@ -58,7 +58,7 @@ python_test() {
20 python_install_all() {
21 DOCS=( README.rst ANN.rst )
22 use doc && HTML_DOCS=( docs/_build/html/. )
23 - use examples && local EXAMPLES=( examples/. )
24 + use examples && insinto /usr/share/doc/${PF} && doins -r examples
25
26 distutils-r1_python_install_all
27 }