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 20815138334 for ; Sun, 3 Nov 2019 21:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B09E09BB; Sun, 3 Nov 2019 21:08:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F310E09BB for ; Sun, 3 Nov 2019 21:08:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3354C34C7D0 for ; Sun, 3 Nov 2019 21:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11C27FE for ; Sun, 3 Nov 2019 21:08:08 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1572815285.8649651cb261c051ab550ee372b288c69cdc6939.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild X-VCS-Directories: sys-cluster/openstack-meta/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8649651cb261c051ab550ee372b288c69cdc6939 X-VCS-Branch: master Date: Sun, 3 Nov 2019 21:08:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7325f67-b633-471e-aa23-94bdd3ee14ec X-Archives-Hash: ceb00ce09853d62757da65d15fe2bb61 commit: 8649651cb261c051ab550ee372b288c69cdc6939 Author: Matthew Thode gentoo org> AuthorDate: Sun Nov 3 21:07:50 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Nov 3 21:08:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8649651c sys-cluster/openstack-meta: switch to ~ from = Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> .../openstack-meta/openstack-meta-2019.2.1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild index 63696c6be7e..ac4818df593 100644 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild +++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild @@ -16,12 +16,12 @@ fi DEPEND="" RDEPEND=" - keystone? ( =sys-auth/keystone-16.0.0 ) - swift? ( =sys-cluster/swift-2.23.1 ) - neutron? ( =sys-cluster/neutron-15.0.0 ) - glance? ( =app-admin/glance-19.0.0 ) - cinder? ( =sys-cluster/cinder-15.0.0 ) - nova? ( =sys-cluster/nova-20.0.0 ) - heat? ( =sys-cluster/heat-13.0.0 ) - placement? ( =sys-cluster/placement-2.0.0 ) + keystone? ( ~sys-auth/keystone-16.0.0 ) + swift? ( ~sys-cluster/swift-2.23.1 ) + neutron? ( ~sys-cluster/neutron-15.0.0 ) + glance? ( ~app-admin/glance-19.0.0 ) + cinder? ( ~sys-cluster/cinder-15.0.0 ) + nova? ( ~sys-cluster/nova-20.0.0 ) + heat? ( ~sys-cluster/heat-13.0.0 ) + placement? ( ~sys-cluster/placement-2.0.0 ) "