From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1175441-garchives=archives.gentoo.org@lists.gentoo.org> 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 3F19A13835A for <garchives@archives.gentoo.org>; Sat, 30 May 2020 18:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 042B8E08A5; Sat, 30 May 2020 18:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0CF2E08A5 for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 18:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9715934F011 for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 18:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D70A270 for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 18:02:18 +0000 (UTC) From: "Matthew Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" <prometheanfire@gentoo.org> Message-ID: <1590861446.8f28bac6e6673fa0b839e976793f3a5ea287862d.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-16.0.0.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8f28bac6e6673fa0b839e976793f3a5ea287862d X-VCS-Branch: master Date: Sat, 30 May 2020 18:02:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 713ec732-713c-4d8e-8d58-da80db591693 X-Archives-Hash: 8cf226f4bd034484189d9618a93f50aa commit: 8f28bac6e6673fa0b839e976793f3a5ea287862d Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat May 30 17:57:26 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat May 30 17:57:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f28bac6 sys-cluster/cinder: 16.0.0 stable amd64/x86 for openstack ussuri Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-cluster/cinder/cinder-16.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/cinder/cinder-16.0.0.ebuild b/sys-cluster/cinder/cinder-16.0.0.ebuild index a22eb94ab54..7a062a48e6f 100644 --- a/sys-cluster/cinder/cinder-16.0.0.ebuild +++ b/sys-cluster/cinder/cinder-16.0.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ussuri/cinder.conf.sample -> cinder.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0"