commit:     09716480784cf8e5402570a94d442d084bc20602
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 19:06:28 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 19:09:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09716480

sys-cluster/openstack-meta: don't hard track on versions

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 sys-cluster/openstack-meta/metadata.xml             |  2 +-
 .../openstack-meta/openstack-meta-2019.2.2.ebuild   | 21 ++++++++++++++-------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/openstack-meta/metadata.xml 
b/sys-cluster/openstack-meta/metadata.xml
index 57f3985438c..d2ce7526d7e 100644
--- a/sys-cluster/openstack-meta/metadata.xml
+++ b/sys-cluster/openstack-meta/metadata.xml
@@ -6,7 +6,7 @@
     <name>Matthew Thode</name>
   </maintainer>
   <longdescription lang="en">
-    An openstack meta package to allow for easier installation of openstack.
+    An openstack meta package to allow for easier installation of openstack 
services.
   </longdescription>
   <use>
     <flag name="keystone">Installs Openstack Keystone</flag>

diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild
index 135d73ac37c..2fcebd4b1a3 100644
--- a/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild
+++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild
@@ -16,12 +16,19 @@ fi
 
 DEPEND=""
 RDEPEND="
-       keystone? ( ~sys-auth/keystone-16.0.0 )
+       keystone? ( >=sys-auth/keystone-16.0.0
+                   <sys-auth/keystone-17 )
        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.1 )
-       nova? ( ~sys-cluster/nova-20.0.1 )
-       heat? ( ~sys-cluster/heat-13.0.0 )
-       placement? ( ~sys-cluster/placement-2.0.0 )
+       neutron? ( >=sys-cluster/neutron-15.0.0
+                                                <sys-cluster/neutron-16 )
+       glance? ( >=app-admin/glance-19.0.0
+                                               <app-admin/glance-20 )
+       cinder? ( >=sys-cluster/cinder-15.0.0
+                                               <sys-cluster/cinder-16 )
+       nova? ( >=sys-cluster/nova-20.0.0
+                                 <sys-cluster/nova-21 )
+       heat? ( >=sys-cluster/heat-13.0.0
+                                 <sys-cluster/heat-14 )
+       placement? ( >=sys-cluster/placement-2.0.0
+                                                  <sys-cluster/placement-3 )
 "

Reply via email to