Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txaio/
Date: Sat, 15 Apr 2017 20:37:35
Message-Id: 1492288650.716656030d53201e5f092be766b825583cd17813.monsieurp@gentoo
1 commit: 716656030d53201e5f092be766b825583cd17813
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 20:37:14 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 20:37:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71665603
7
8 dev-python/txaio: fix typo in test phase.
9
10 Gentoo-Bug: https://bugs.gentoo.org/615546
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-python/txaio/txaio-2.5.1-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/txaio/txaio-2.5.1-r1.ebuild b/dev-python/txaio/txaio-2.5.1-r1.ebuild
18 index 6ab070d1031..0bb36268276 100644
19 --- a/dev-python/txaio/txaio-2.5.1-r1.ebuild
20 +++ b/dev-python/txaio/txaio-2.5.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -51,7 +51,7 @@ python_prepare() {
28 }
29
30 python_compile_all() {
31 - use doc && emake -C doc html
32 + use doc && emake -C docs html
33 }
34
35 python_test() {