idella4 14/12/30 12:34:00 Modified: guppy-0.1.10-r1.ebuild Log: whitespace (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/guppy/guppy-0.1.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?r1=1.1&r2=1.2 Index: guppy-0.1.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- guppy-0.1.10-r1.ebuild 30 Dec 2014 12:31:18 -0000 1.1 +++ guppy-0.1.10-r1.ebuild 30 Dec 2014 12:34:00 -0000 1.2 @@ -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/guppy/guppy-0.1.10-r1.ebuild,v 1.1 2014/12/30 12:31:18 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v 1.2 2014/12/30 12:34:00 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -35,7 +35,7 @@ "${PYTHON}" setup.py build install --home="${T}/test-${EPYTHON}" \ || die "Installation of tests failed" pushd "${T}/test-${EPYTHON}/lib/python" > /dev/null - "${PYTHON}" guppy/heapy/test/test_all.py || die "tests failed" + "${PYTHON}" guppy/heapy/test/test_all.py || die "tests failed" popd > /dev/null }
