Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/
Date: Sat, 26 Sep 2015 11:03:06
Message-Id: 1443265376.05d97056ecfea91d162a257e2457a8de30a27192.jlec@gentoo
1 commit: 05d97056ecfea91d162a257e2457a8de30a27192
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 11:00:22 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 11:02:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d97056
7
8 app-admin/glance: Set dev-python/Babel dep to upstreams setting
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-admin/glance/glance-2015.1.1-r2.ebuild | 2 +-
14 app-admin/glance/glance-2015.1.9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/glance/glance-2015.1.1-r2.ebuild b/app-admin/glance/glance-2015.1.1-r2.ebuild
18 index eb89029..78e711b 100644
19 --- a/app-admin/glance/glance-2015.1.1-r2.ebuild
20 +++ b/app-admin/glance/glance-2015.1.1-r2.ebuild
21 @@ -26,7 +26,7 @@ DEPEND="
22 ${RDEPEND}
23 >=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
24 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
25 - ~dev-python/Babel-1.3[${PYTHON_USEDEP}]
26 + >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
27 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
28 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
29 <dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
30
31 diff --git a/app-admin/glance/glance-2015.1.9999.ebuild b/app-admin/glance/glance-2015.1.9999.ebuild
32 index 24b3d3b..9bc465e 100644
33 --- a/app-admin/glance/glance-2015.1.9999.ebuild
34 +++ b/app-admin/glance/glance-2015.1.9999.ebuild
35 @@ -27,7 +27,7 @@ DEPEND="
36 ${RDEPEND}
37 >=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
38 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
39 - ~dev-python/Babel-1.3[${PYTHON_USEDEP}]
40 + >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
41 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
42 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
43 <dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]