diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-04-15 22:37:14 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-15 22:37:30 +0200 |
commit | 716656030d53201e5f092be766b825583cd17813 (patch) | |
tree | c77934c420221814b7369d8fd6cffb3d1e79a7c6 /dev-python/txaio | |
parent | app-crypt/certbot-apache: Sync live ebuild (diff) | |
download | gentoo-716656030d53201e5f092be766b825583cd17813.tar.gz gentoo-716656030d53201e5f092be766b825583cd17813.tar.bz2 gentoo-716656030d53201e5f092be766b825583cd17813.zip |
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
Diffstat (limited to 'dev-python/txaio')
-rw-r--r-- | dev-python/txaio/txaio-2.5.1-r1.ebuild | 4 |
1 files 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 6ab070d1031d..0bb36268276c 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() { |