diff options
author | 2016-01-31 13:20:52 -0600 | |
---|---|---|
committer | 2016-01-31 13:23:51 -0600 | |
commit | 3e035a5368daac28cd1fdd975392d55cd400f93f (patch) | |
tree | c310073829584378f26bde291a9182b4a06e2106 /sys-cluster/nova | |
parent | x11-drivers/nvidia-drivers: Fix nvidia-settings location in /etc/X11/xinit/xi... (diff) | |
download | gentoo-3e035a5368daac28cd1fdd975392d55cd400f93f.tar.gz gentoo-3e035a5368daac28cd1fdd975392d55cd400f93f.tar.bz2 gentoo-3e035a5368daac28cd1fdd975392d55cd400f93f.zip |
sys-cluster/nova: 12.0.1-r1 mark x86 stable
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-12.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-12.0.1-r1.ebuild b/sys-cluster/nova/nova-12.0.1-r1.ebuild index 1cb2720ebe1b..a47cd2a830fe 100644 --- a/sys-cluster/nova/nova-12.0.1-r1.ebuild +++ b/sys-cluster/nova/nova-12.0.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) ) |