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 DDADD1395E2 for ; Sat, 3 Dec 2016 21:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB9921C095; Sat, 3 Dec 2016 21:34:10 +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 7E53921C095 for ; Sat, 3 Dec 2016 21:34:10 +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 BEBAB341229 for ; Sat, 3 Dec 2016 21:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA2E24A2 for ; Sat, 3 Dec 2016 21:34:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1480800845.e7f4c2aeac144840f73a6ecb64b18aa48ddb01a2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-13.1.2.ebuild sys-cluster/nova/nova-14.0.2.ebuild sys-cluster/nova/nova-2016.1.9999.ebuild sys-cluster/nova/nova-2016.2.9999.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e7f4c2aeac144840f73a6ecb64b18aa48ddb01a2 X-VCS-Branch: master Date: Sat, 3 Dec 2016 21:34:06 +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: 5585259e-13f4-4ac4-aa5d-5f9ae081d004 X-Archives-Hash: 0345554ba3e19f51221d138dfa24db5a commit: e7f4c2aeac144840f73a6ecb64b18aa48ddb01a2 Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 3 20:58:43 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 3 21:34:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f4c2ae sys-cluster/nova: Drop version restriction for openvswitch Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/nova/nova-13.1.2.ebuild | 2 +- sys-cluster/nova/nova-14.0.2.ebuild | 2 +- sys-cluster/nova/nova-2016.1.9999.ebuild | 2 +- sys-cluster/nova/nova-2016.2.9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/nova/nova-13.1.2.ebuild b/sys-cluster/nova/nova-13.1.2.ebuild index 9c4fa48..aa36a49 100644 --- a/sys-cluster/nova/nova-13.1.2.ebuild +++ b/sys-cluster/nova/nova-13.1.2.ebuild @@ -121,7 +121,7 @@ RDEPEND=" app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 - openvswitch? ( <=net-misc/openvswitch-2.5.9999 ) + openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached <=dev-python/python-memcached-1.57 ) diff --git a/sys-cluster/nova/nova-14.0.2.ebuild b/sys-cluster/nova/nova-14.0.2.ebuild index 53fc279..0cbd01d 100644 --- a/sys-cluster/nova/nova-14.0.2.ebuild +++ b/sys-cluster/nova/nova-14.0.2.ebuild @@ -121,7 +121,7 @@ RDEPEND=" app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 - openvswitch? ( <=net-misc/openvswitch-2.5.9999 ) + openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached diff --git a/sys-cluster/nova/nova-2016.1.9999.ebuild b/sys-cluster/nova/nova-2016.1.9999.ebuild index 8dfe350..0aa88e8 100644 --- a/sys-cluster/nova/nova-2016.1.9999.ebuild +++ b/sys-cluster/nova/nova-2016.1.9999.ebuild @@ -112,7 +112,7 @@ RDEPEND=" app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 - openvswitch? ( <=net-misc/openvswitch-2.5.9999 ) + openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached <=dev-python/python-memcached-1.57 ) diff --git a/sys-cluster/nova/nova-2016.2.9999.ebuild b/sys-cluster/nova/nova-2016.2.9999.ebuild index b09531c..30b4b53 100644 --- a/sys-cluster/nova/nova-2016.2.9999.ebuild +++ b/sys-cluster/nova/nova-2016.2.9999.ebuild @@ -122,7 +122,7 @@ RDEPEND=" app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 - openvswitch? ( <=net-misc/openvswitch-2.5.9999 ) + openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached