summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2010-01-05 14:29:54 +0000
committerSebastian Pipping <sping@gentoo.org>2010-01-05 14:29:54 +0000
commit2c2a688cae17f91a8a10f6ceae8c82227b47a76c (patch)
treef977e0aec088b31f5491621ef0dc6bc071e1fc59 /dev-python
parentStable on amd64 wrt bug #299749 (diff)
downloadgentoo-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')
-rw-r--r--dev-python/inotifyx/ChangeLog7
-rw-r--r--dev-python/inotifyx/inotifyx-0.1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/inotifyx/ChangeLog b/dev-python/inotifyx/ChangeLog
index d6ed09f92b58..5d8501a00e00 100644
--- a/dev-python/inotifyx/ChangeLog
+++ b/dev-python/inotifyx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/inotifyx
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.2 2009/12/20 21:43:40 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.3 2010/01/05 14:29:54 sping Exp $
+
+ 05 Jan 2010; Sebastian Pipping <sping@gentoo.org> inotifyx-0.1.1.ebuild:
+ Fix test invocation (bug #299767)
20 Dec 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
Fix metadata: maintainer-wanted herd does not exist
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
}