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 64B33158013 for ; Sun, 26 Sep 2021 19:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B6D2E0972; Sun, 26 Sep 2021 19:34:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02DC6E0972 for ; Sun, 26 Sep 2021 19:34:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D82A342F59 for ; Sun, 26 Sep 2021 19:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDCA116 for ; Sun, 26 Sep 2021 19:34:35 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632684640.a1aeb42e9a299019daeef0545d8fe08693ed135f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/heat/heat-15.0.0.ebuild X-VCS-Directories: sys-cluster/heat/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a1aeb42e9a299019daeef0545d8fe08693ed135f X-VCS-Branch: dev Date: Sun, 26 Sep 2021 19:34:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85f30a93-91e4-4a59-b782-dee739b1fb5c X-Archives-Hash: 65e6419c863d14e24c0f926f809308e3 commit: a1aeb42e9a299019daeef0545d8fe08693ed135f Author: Alessandro Barbieri gmail com> AuthorDate: Sun Sep 26 19:30:40 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Sep 26 19:30:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1aeb42e sys-cluster/heat: unkeyword 15.0.0 for ~arm64, ~x86 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/heat/heat-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/heat/heat-15.0.0.ebuild b/sys-cluster/heat/heat-15.0.0.ebuild index 4e9fece62..642a2a145 100644 --- a/sys-cluster/heat/heat-15.0.0.ebuild +++ b/sys-cluster/heat/heat-15.0.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria -> heat.conf.sample-${PV} https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64" S="${WORKDIR}/openstack-${P}" fi