diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-03-23 06:41:02 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-03-23 06:41:02 +0000 |
commit | 21aab0afc356e1380ab44d986afc9cd12f8e8368 (patch) | |
tree | 749565f4a01f2876ec36cde7d6b7dd8bcce77c2e /app-admin | |
parent | EAPI=5 (diff) | |
download | gentoo-2-21aab0afc356e1380ab44d986afc9cd12f8e8368.tar.gz gentoo-2-21aab0afc356e1380ab44d986afc9cd12f8e8368.tar.bz2 gentoo-2-21aab0afc356e1380ab44d986afc9cd12f8e8368.zip |
reset border to dep pysendfile ahead of upstream who will in time do it, fixing breakage in repoman
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/glance/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/glance/glance-2014.2.2-r2.ebuild | 4 |
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}] |