commit:     dc2bbe1808985f060cef3dc4d1d3a08941d0e7c9
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 00:22:10 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 00:22:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2bbe18

sys-cluster/openstack-meta: fixing deps to be hard locked

Fixes: https://bugs.gentoo.org/696922
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.0.ebuild        | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
index 001c620bda9..fc968b7fb15 100644
--- a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
+++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
@@ -16,12 +16,12 @@ fi
 
 DEPEND=""
 RDEPEND="
-       keystone? ( ~sys-auth/keystone-16.0.0 )
-       swift? ( ~sys-cluster/swift-2.23.0 )
-       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.0 )
+       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