Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/
Date: Tue, 28 Feb 2017 07:00:20
Message-Id: 1488265161.2b6b92e22d20f199d7df889b2bbad7c384597e7c.prometheanfire@gentoo
1 commit: 2b6b92e22d20f199d7df889b2bbad7c384597e7c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 06:58:43 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 06:59:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b92e2
7
8 sys-cluster/heat: fixing novaclient dep
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --force
12
13 sys-cluster/heat/heat-2017.1.9999.ebuild | 2 +-
14 sys-cluster/heat/heat-8.0.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild
18 index a6439ca25b..3fcbe2725d 100644
19 --- a/sys-cluster/heat/heat-2017.1.9999.ebuild
20 +++ b/sys-cluster/heat/heat-2017.1.9999.ebuild
21 @@ -72,7 +72,7 @@ RDEPEND="
22 >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
23 >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}]
24 >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}]
25 - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}]
26 + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}]
27 >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
28 >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}]
29 >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]
30
31 diff --git a/sys-cluster/heat/heat-8.0.0.ebuild b/sys-cluster/heat/heat-8.0.0.ebuild
32 index 9390f7279e..4fef39ae12 100644
33 --- a/sys-cluster/heat/heat-8.0.0.ebuild
34 +++ b/sys-cluster/heat/heat-8.0.0.ebuild
35 @@ -71,7 +71,7 @@ RDEPEND="
36 >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
37 >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}]
38 >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}]
39 - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}]
40 + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}]
41 >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
42 >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}]
43 >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]