commit: 716656030d53201e5f092be766b825583cd17813 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Apr 15 20:37:14 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 20:37:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71665603
dev-python/txaio: fix typo in test phase. Gentoo-Bug: https://bugs.gentoo.org/615546 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/txaio/txaio-2.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/txaio/txaio-2.5.1-r1.ebuild b/dev-python/txaio/txaio-2.5.1-r1.ebuild index 6ab070d1031..0bb36268276 100644 --- a/dev-python/txaio/txaio-2.5.1-r1.ebuild +++ b/dev-python/txaio/txaio-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ python_prepare() { } python_compile_all() { - use doc && emake -C doc html + use doc && emake -C docs html } python_test() {