diff options
Diffstat (limited to 'dev-python/path-py/path-py-7.0.ebuild')
-rw-r--r-- | dev-python/path-py/path-py-7.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/path-py/path-py-7.0.ebuild b/dev-python/path-py/path-py-7.0.ebuild index a2dc2e215bfd..e3b1bfb2b12d 100644 --- a/dev-python/path-py/path-py-7.0.ebuild +++ b/dev-python/path-py/path-py-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-7.0.ebuild,v 1.1 2014/10/21 09:24:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-7.0.ebuild,v 1.2 2014/10/22 04:52:38 idella4 Exp $ EAPI=5 @@ -24,10 +24,6 @@ DEPEND=" S="${WORKDIR}/${MY_P}" -python_compile_all() { - use doc && emake -C docs html -} - python_test() { py.test || die "Testing failed with ${EPYTHON}" } |