diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 20:51:16 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 20:51:16 -0500 |
commit | c214417929cb30941c1c44c9314cde12f472c919 (patch) | |
tree | 685369601bc3ce77f6442f1827d817368c1bbc05 /sys-cluster | |
parent | sys-libs/musl: add TODO comment wrt obtaining arch name (diff) | |
download | gentoo-c214417929cb30941c1c44c9314cde12f472c919.tar.gz gentoo-c214417929cb30941c1c44c9314cde12f472c919.tar.bz2 gentoo-c214417929cb30941c1c44c9314cde12f472c919.zip |
openstack mass stable for mitaka, x86 and amd64 for bug 582170
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/cinder-8.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-8.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-13.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2.7.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/cinder/cinder-8.0.0.ebuild b/sys-cluster/cinder/cinder-8.0.0.ebuild index 2836a339940e..ae2349b515d8 100644 --- a/sys-cluster/cinder/cinder-8.0.0.ebuild +++ b/sys-cluster/cinder/cinder-8.0.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+api +scheduler +volume iscsi lvm mysql +memcached postgres sqlite test" REQUIRED_USE="|| ( mysql postgres sqlite )" diff --git a/sys-cluster/neutron/neutron-8.0.0.ebuild b/sys-cluster/neutron/neutron-8.0.0.ebuild index c15208b51130..47163a58fe0b 100644 --- a/sys-cluster/neutron/neutron-8.0.0.ebuild +++ b/sys-cluster/neutron/neutron-8.0.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="compute-only dhcp ipv6 l3 metadata openvswitch linuxbridge server sqlite mysql postgres" REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server diff --git a/sys-cluster/nova/nova-13.0.0.ebuild b/sys-cluster/nova/nova-13.0.0.ebuild index 37aa41f7eed9..2a260502a6cf 100644 --- a/sys-cluster/nova/nova-13.0.0.ebuild +++ b/sys-cluster/nova/nova-13.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) ) diff --git a/sys-cluster/swift/swift-2.7.0.ebuild b/sys-cluster/swift/swift-2.7.0.ebuild index bca2f5d91547..1f4afbc77448 100644 --- a/sys-cluster/swift/swift-2.7.0.ebuild +++ b/sys-cluster/swift/swift-2.7.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="proxy account container object test +memcached" REQUIRED_USE="|| ( proxy account container object )" |