diff options
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild')
-rw-r--r-- | dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild index d5230ff4d2f5..200c8772092f 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild @@ -1,12 +1,12 @@ # 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-0.3.1.ebuild,v 1.1 2013/08/11 01:54:05 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.3.1.ebuild,v 1.2 2013/08/20 16:38:47 prometheanfire Exp $ EAPI=5 #restricted due to packages missing and bad depends in the test ==webob-1.0.8 RESTRICT="test" #PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 |