From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84BFE58974 for ; Sun, 24 Jan 2016 17:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB5FE0895; Sun, 24 Jan 2016 17:22:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA4ACE0884 for ; Sun, 24 Jan 2016 17:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26113407AF for ; Sun, 24 Jan 2016 17:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875C1102E for ; Sun, 24 Jan 2016 17:22:37 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1453656086.b0826500703a76020a30650d9ea79d86e054a9f5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-12.0.1.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b0826500703a76020a30650d9ea79d86e054a9f5 X-VCS-Branch: master Date: Sun, 24 Jan 2016 17:22:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bffabe0a-48c8-42fb-80ea-8e589c2e5cbd X-Archives-Hash: 590fe67fd4a31313ede763be6de0a126 commit: b0826500703a76020a30650d9ea79d86e054a9f5 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 24 17:21:26 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 24 17:21:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0826500 sys-cluster/nova: amd64/x86 stable, (ALLARCHES policy) wrt bug #572642 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo gentoo.org> sys-cluster/nova/nova-12.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/nova/nova-12.0.1.ebuild b/sys-cluster/nova/nova-12.0.1.ebuild index 9d49c42..9d353a2 100644 --- a/sys-cluster/nova/nova-12.0.1.ebuild +++ b/sys-cluster/nova/nova-12.0.1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) )