diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-09 17:50:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-09 17:50:18 +0100 |
commit | bc0ccfa820553c6bbc57a2b9f7ef0a35df020f9c (patch) | |
tree | 63c733fd5ad1be4c014ffd598834aba5a96b9e8e /sys-cluster | |
parent | sys-fs/udev: remove unstable versions (diff) | |
download | gentoo-bc0ccfa820553c6bbc57a2b9f7ef0a35df020f9c.tar.gz gentoo-bc0ccfa820553c6bbc57a2b9f7ef0a35df020f9c.tar.bz2 gentoo-bc0ccfa820553c6bbc57a2b9f7ef0a35df020f9c.zip |
sys-cluster/nova: amd64 stable wrt bug #576802
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/nova-12.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-12.0.2-r1.ebuild b/sys-cluster/nova/nova-12.0.2-r1.ebuild index 6b51a95830b7..a5217c9753a2 100644 --- a/sys-cluster/nova/nova-12.0.2-r1.ebuild +++ b/sys-cluster/nova/nova-12.0.2-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" 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 test" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) ) |