diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-01-05 14:29:54 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-01-05 14:29:54 +0000 |
commit | 2c2a688cae17f91a8a10f6ceae8c82227b47a76c (patch) | |
tree | f977e0aec088b31f5491621ef0dc6bc071e1fc59 /dev-python/inotifyx/inotifyx-0.1.1.ebuild | |
parent | Stable on amd64 wrt bug #299749 (diff) | |
download | gentoo-2-2c2a688cae17f91a8a10f6ceae8c82227b47a76c.tar.gz gentoo-2-2c2a688cae17f91a8a10f6ceae8c82227b47a76c.tar.bz2 gentoo-2-2c2a688cae17f91a8a10f6ceae8c82227b47a76c.zip |
dev-python/inotifyx: Fix test invocation (bug #299767)
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-python/inotifyx/inotifyx-0.1.1.ebuild')
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/inotifyx/inotifyx-0.1.1.ebuild b/dev-python/inotifyx/inotifyx-0.1.1.ebuild index c534d0390276..c3aa2963fdd8 100644 --- a/dev-python/inotifyx/inotifyx-0.1.1.ebuild +++ b/dev-python/inotifyx/inotifyx-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.1.1.ebuild,v 1.1 2009/12/20 20:20:14 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.1.1.ebuild,v 1.2 2010/01/05 14:29:54 sping Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -22,7 +22,7 @@ RESTRICT_PYTHON_ABIS="3.*" src_test() { testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test + PYTHONPATH=$(echo "build-${PYTHON_ABI}/lib"*) "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test } python_execute_function testing } |