Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/
Date: Mon, 15 Oct 2018 23:37:07
Message-Id: 1539646483.8133380f8289b3e8b45b8edb9ac879343bcbddf4.vdupras@gentoo
1 commit: 8133380f8289b3e8b45b8edb9ac879343bcbddf4
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 23:28:03 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 23:34:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8133380f
7
8 dev-python/txaio: fix doc building
9
10 Closes: https://bugs.gentoo.org/634740
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/txaio/txaio-2.7.1.ebuild | 4 ++--
15 dev-python/txaio/txaio-2.9.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/txaio/txaio-2.7.1.ebuild b/dev-python/txaio/txaio-2.7.1.ebuild
19 index 0d6b45adb06..1fe2daa2e08 100644
20 --- a/dev-python/txaio/txaio-2.7.1.ebuild
21 +++ b/dev-python/txaio/txaio-2.7.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -66,6 +66,6 @@ python_test() {
29 }
30
31 python_install_all() {
32 - use doc && HTML_DOCS=( doc/_build/html/. )
33 + use doc && HTML_DOCS=( docs/_build/html/. )
34 distutils-r1_python_install_all
35 }
36
37 diff --git a/dev-python/txaio/txaio-2.9.0.ebuild b/dev-python/txaio/txaio-2.9.0.ebuild
38 index eff2bf41f96..aed5bfe9cfb 100644
39 --- a/dev-python/txaio/txaio-2.9.0.ebuild
40 +++ b/dev-python/txaio/txaio-2.9.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -48,6 +48,6 @@ python_test() {
48 }
49
50 python_install_all() {
51 - use doc && HTML_DOCS=( doc/_build/html/. )
52 + use doc && HTML_DOCS=( docs/_build/html/. )
53 distutils-r1_python_install_all
54 }