diff options
author | 2013-05-10 05:16:01 +0000 | |
---|---|---|
committer | 2013-05-10 05:16:01 +0000 | |
commit | 866e4daa30ba9ec5affa0c357dcd2f5521338eba (patch) | |
tree | 00d9f432072157eed8b96ceb222e7867c62244f5 /dev-python/turbojson | |
parent | Whitespace (diff) | |
download | gentoo-2-866e4daa30ba9ec5affa0c357dcd2f5521338eba.tar.gz gentoo-2-866e4daa30ba9ec5affa0c357dcd2f5521338eba.tar.bz2 gentoo-2-866e4daa30ba9ec5affa0c357dcd2f5521338eba.zip |
Quoting
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/turbojson')
-rw-r--r-- | dev-python/turbojson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/turbojson/turbojson-1.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/turbojson/ChangeLog b/dev-python/turbojson/ChangeLog index 0c5a6cd1c18f..fb3830418de5 100644 --- a/dev-python/turbojson/ChangeLog +++ b/dev-python/turbojson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/turbojson # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.11 2013/04/10 15:39:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.12 2013/05/10 05:16:01 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> turbojson-1.3-r1.ebuild: + Quoting *turbojson-1.3-r1 (10 Apr 2013) diff --git a/dev-python/turbojson/turbojson-1.3-r1.ebuild b/dev-python/turbojson/turbojson-1.3-r1.ebuild index d6f4dd95debf..ebd22e8a8486 100644 --- a/dev-python/turbojson/turbojson-1.3-r1.ebuild +++ b/dev-python/turbojson/turbojson-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.3-r1.ebuild,v 1.1 2013/04/10 15:39:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.3-r1.ebuild,v 1.2 2013/05/10 05:16:01 patrick Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" python_test() { - cd $BUILD_DIR/lib/${PN}/tests/ || die + cd "${BUILD_DIR}/lib/${PN}/tests/" || die for test in test_*.py; do "${PYTHON}" $test && einfo "Test $test passed under ${EPYTHON}" \ || die "tests failed under ${EPYTHON}" |