commit:     8649651cb261c051ab550ee372b288c69cdc6939
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 21:07:50 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> 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 <prometheanfire <AT> 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 )
 "

Reply via email to