diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-31 12:56:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-31 12:56:24 +0100 |
commit | bbcc57f16fc6fda019b0298208670cba927a1827 (patch) | |
tree | 04d282db02e5710d6d5d7d1a1dfa0bd88c7ceb45 /sys-cluster/nova | |
parent | app-cdr/brasero: Fix detection of libdvdcss (#573422 by Michael Jones) (diff) | |
download | gentoo-bbcc57f16fc6fda019b0298208670cba927a1827.tar.gz gentoo-bbcc57f16fc6fda019b0298208670cba927a1827.tar.bz2 gentoo-bbcc57f16fc6fda019b0298208670cba927a1827.zip |
sys-cluster/nova: amd64 stable wrt bug #573328
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 7fb35af38291..1cb2720ebe1b 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 ) ) |