From 57d2349db2575ba9653f58581888c9a09c0a80c2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 6 Jun 2013 21:58:04 +0000 Subject: Add missing colon to PYTHONPATH. (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) --- dev-python/ipython/ChangeLog | 5 ++++- dev-python/ipython/ipython-0.13.2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/ipython') diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 9083eb68015f..d914045e343d 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.109 2013/06/06 17:48:36 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.110 2013/06/06 21:58:04 floppym Exp $ + + 06 Jun 2013; Mike Gilbert ipython-0.13.2.ebuild: + Add missing colon to PYTHONPATH. 06 Jun 2013; Ian Delaney ipython-0.13.2.ebuild: Fix to testsuite wrt and fixes Bug #472152 diff --git a/dev-python/ipython/ipython-0.13.2.ebuild b/dev-python/ipython/ipython-0.13.2.ebuild index d5c3ebf3e141..1fb24f19a2c9 100644 --- a/dev-python/ipython/ipython-0.13.2.ebuild +++ b/dev-python/ipython/ipython-0.13.2.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/ipython/ipython-0.13.2.ebuild,v 1.3 2013/06/06 17:48:36 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.4 2013/06/06 21:58:04 floppym Exp $ EAPI=5 @@ -169,7 +169,7 @@ python_test() { # Initialize ~/.ipython directory. "${PYTHON}" ipython /dev/null || fail=1 # Run tests (-v for more verbosity). - PYTHONPATH=${PYTHONPATH}. "${PYTHON}" iptest -v || fail=1 + PYTHONPATH=${PYTHONPATH}:. "${PYTHON}" iptest -v || fail=1 } VIRTUALX_COMMAND=run_tests virtualmake -- cgit v1.2.3-65-gdbad