summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Thode <prometheanfire@gentoo.org>2013-11-08 03:38:11 +0000
committerMatt Thode <prometheanfire@gentoo.org>2013-11-08 03:38:11 +0000
commit63bd7f07ee599956521cdb974f20cfc31390472b (patch)
tree813d5fcd9f65cec89be6c18bef5925ddd4c1c45d /dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
parentversion bump (diff)
downloadhistorical-63bd7f07ee599956521cdb974f20cfc31390472b.tar.gz
historical-63bd7f07ee599956521cdb974f20cfc31390472b.tar.bz2
historical-63bd7f07ee599956521cdb974f20cfc31390472b.zip
quoting python variables
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0x2471EB3E40AC5AC3
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild')
-rw-r--r--dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
index aa15e2e4b6ae..ebb16a9c4f5c 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-9999.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/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.6 2013/09/27 01:46:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.7 2013/11/08 03:38:03 prometheanfire Exp $
EAPI=5
#restricted due to packages missing and bad depends in the test ==webob-1.0.8
@@ -53,5 +53,5 @@ PATCHES=(
# "${FILESDIR}/0.2.3-CVE-2013-2104.patch"
python_test() {
- ${PYTHON} setup.py nosetests || die
+ "${PYTHON}" setup.py nosetests || die
}