Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Fri, 18 Jan 2019 22:20:20
Message-Id: 1547849996.f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3.candrews@gentoo
1 commit: f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 22:19:40 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 22:19:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548fc36
7
8 dev-python/pytables: don't try to install docs/html
9
10 Bug: https://bugs.gentoo.org/672662
11 Package-Manager: Portage-2.3.56, Repoman-2.3.12
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 dev-python/pytables/pytables-3.4.4.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild
18 index d50eccfc1b9..631c7abcf9b 100644
19 --- a/dev-python/pytables/pytables-3.4.4.ebuild
20 +++ b/dev-python/pytables/pytables-3.4.4.ebuild
21 @@ -65,7 +65,6 @@ python_test() {
22
23 python_install_all() {
24 if use doc; then
25 - HTML_DOCS=( doc/html/. )
26 DOCS+=( doc/scripts )
27 fi
28 distutils-r1_python_install_all