sys-cluster/openstack-meta: fixing deps to be hard locked
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 21 Oct 2019 00:22:10 +0000 (19:22 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 21 Oct 2019 00:22:10 +0000 (19:22 -0500)
Fixes: https://bugs.gentoo.org/696922
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild

index 001c620bda93a17224b6ebaeda02cdd38c3e3981..fc968b7fb15650a6506ee0c38cf29434a2313759 100644 (file)
@@ -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 )
 "