diff options
author | 2015-05-10 00:01:50 +0000 | |
---|---|---|
committer | 2015-05-10 00:01:50 +0000 | |
commit | c94fc7f7c797220d0c6e5300726453f4a628d906 (patch) | |
tree | 418f52106c8713793ccca21bb02f45e5db57ff9b /sys-cluster/cinder/cinder-2015.1.0.ebuild | |
parent | Bump. (diff) | |
download | gentoo-2-c94fc7f7c797220d0c6e5300726453f4a628d906.tar.gz gentoo-2-c94fc7f7c797220d0c6e5300726453f4a628d906.tar.bz2 gentoo-2-c94fc7f7c797220d0c6e5300726453f4a628d906.zip |
fixing eventlet dep
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster/cinder/cinder-2015.1.0.ebuild')
-rw-r--r-- | sys-cluster/cinder/cinder-2015.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/cinder/cinder-2015.1.0.ebuild b/sys-cluster/cinder/cinder-2015.1.0.ebuild index a08b8c7f6cac..6a1edca52eb5 100644 --- a/sys-cluster/cinder/cinder-2015.1.0.ebuild +++ b/sys-cluster/cinder/cinder-2015.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 1.2 2015/05/07 22:41:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 1.3 2015/05/10 00:01:50 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -50,7 +50,7 @@ RDEPEND=" >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] >=dev-python/Babel-1.3[${PYTHON_USEDEP}] >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}] - <dev-python/eventlet-0.17.0[${PYTHON_USEDEP}] + !~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] >=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}] |