From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3D49139694 for ; Tue, 28 Feb 2017 07:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69DCBE0CC6; Tue, 28 Feb 2017 07:00:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 434CFE0CC6 for ; Tue, 28 Feb 2017 07:00:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C48934106E for ; Tue, 28 Feb 2017 07:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 567A9573E for ; Tue, 28 Feb 2017 07:00:14 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1488265161.2b6b92e22d20f199d7df889b2bbad7c384597e7c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/heat/heat-2017.1.9999.ebuild sys-cluster/heat/heat-8.0.0.ebuild X-VCS-Directories: sys-cluster/heat/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2b6b92e22d20f199d7df889b2bbad7c384597e7c X-VCS-Branch: master Date: Tue, 28 Feb 2017 07:00:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d3f3b8d-ad7b-4ae2-9501-1fa779b5ea9a X-Archives-Hash: d6753e143ce4b6a1ade3307144111ff1 commit: 2b6b92e22d20f199d7df889b2bbad7c384597e7c Author: Matthew Thode gentoo org> AuthorDate: Tue Feb 28 06:58:43 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Feb 28 06:59:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b92e2 sys-cluster/heat: fixing novaclient dep Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force sys-cluster/heat/heat-2017.1.9999.ebuild | 2 +- sys-cluster/heat/heat-8.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild index a6439ca25b..3fcbe2725d 100644 --- a/sys-cluster/heat/heat-2017.1.9999.ebuild +++ b/sys-cluster/heat/heat-2017.1.9999.ebuild @@ -72,7 +72,7 @@ RDEPEND=" >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}] >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}] - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}] + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}] >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}] >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}] diff --git a/sys-cluster/heat/heat-8.0.0.ebuild b/sys-cluster/heat/heat-8.0.0.ebuild index 9390f7279e..4fef39ae12 100644 --- a/sys-cluster/heat/heat-8.0.0.ebuild +++ b/sys-cluster/heat/heat-8.0.0.ebuild @@ -71,7 +71,7 @@ RDEPEND=" >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}] >=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}] - !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}] + !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}] >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}] >=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]