summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/glance/ChangeLog6
-rw-r--r--app-admin/glance/glance-2014.2.2-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/glance/ChangeLog b/app-admin/glance/ChangeLog
index 536a651b15b5..6e7dc370a9e0 100644
--- a/app-admin/glance/ChangeLog
+++ b/app-admin/glance/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/glance
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.61 2015/03/11 19:57:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.62 2015/03/23 06:41:02 idella4 Exp $
+
+ 23 Mar 2015; Ian Delaney <idella4@gentoo.org> glance-2014.2.2-r2.ebuild:
+ reset border to dep pysendfile ahead of upstream who will in time do it,
+ fixing breakage in repoman
*glance-2014.2.2-r2 (11 Mar 2015)
diff --git a/app-admin/glance/glance-2014.2.2-r2.ebuild b/app-admin/glance/glance-2014.2.2-r2.ebuild
index f1d6e3c37610..946b918c4674 100644
--- a/app-admin/glance/glance-2014.2.2-r2.ebuild
+++ b/app-admin/glance/glance-2014.2.2-r2.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/app-admin/glance/glance-2014.2.2-r2.ebuild,v 1.1 2015/03/11 19:57:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2014.2.2-r2.ebuild,v 1.2 2015/03/23 06:41:02 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -41,7 +41,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
<dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
dev-python/mysql-python[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
- ~dev-python/pysendfile-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/pysendfile-2.0.0[${PYTHON_USEDEP}]
dev-python/qpid-python[${PYTHON_USEDEP}]
>=dev-python/pyxattr-0.5.0[${PYTHON_USEDEP}]
>=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]