From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A91DC1395E2 for ; Mon, 12 Dec 2016 01:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC97921C0C6; Mon, 12 Dec 2016 01:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A38DF21C0C6 for ; Mon, 12 Dec 2016 01:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98D8A341027 for ; Mon, 12 Dec 2016 01:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A36F24BF for ; Mon, 12 Dec 2016 01:56:46 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1481507540.3b671f9dd140c99ca218f15a3cff738fbebbad55.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cinder/cinder-9.1.0.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3b671f9dd140c99ca218f15a3cff738fbebbad55 X-VCS-Branch: master Date: Mon, 12 Dec 2016 01:56:46 +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: b5a698c9-6c6b-48aa-990a-a2c8f5b221b6 X-Archives-Hash: 410150a17c9ab59ee22e107bf45639e0 commit: 3b671f9dd140c99ca218f15a3cff738fbebbad55 Author: Matthew Thode gentoo org> AuthorDate: Mon Dec 12 01:52:20 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Dec 12 01:52:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b671f9d sys-cluster/cinder: 9.1.0 stable amd64 and x86 Package-Manager: portage-2.3.0 sys-cluster/cinder/cinder-9.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/cinder/cinder-9.1.0.ebuild b/sys-cluster/cinder/cinder-9.1.0.ebuild index 1bfce45..1aba2a6 100644 --- a/sys-cluster/cinder/cinder-9.1.0.ebuild +++ b/sys-cluster/cinder/cinder-9.1.0.ebuild @@ -16,7 +16,7 @@ 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 infiniband iscsi lvm mysql +memcached postgres rdma sqlite +tcp test +tgt" REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"