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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12D0F158089 for ; Tue, 31 Oct 2023 19:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E668C2BC141; Tue, 31 Oct 2023 19:21:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C89302BC141 for ; Tue, 31 Oct 2023 19:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0134335CDF for ; Tue, 31 Oct 2023 19:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C8D1308 for ; Tue, 31 Oct 2023 19:21:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698780022.de28369251924ce2aae434dfd2083525f4d707a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/containers-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/containers-common/containers-common-0.56.0-r1.ebuild X-VCS-Directories: app-containers/containers-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de28369251924ce2aae434dfd2083525f4d707a5 X-VCS-Branch: master Date: Tue, 31 Oct 2023 19:21:25 +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: b74411ac-7268-4630-8a25-1532828662ca X-Archives-Hash: 4ef4b9f5c8d066ce806d6d3835852e47 commit: de28369251924ce2aae434dfd2083525f4d707a5 Author: Sam James gentoo org> AuthorDate: Tue Oct 31 19:20:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 31 19:20:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de283692 app-containers/containers-common: Stabilize 0.56.0-r1 arm64, #916561 Signed-off-by: Sam James gentoo.org> app-containers/containers-common/containers-common-0.56.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-common/containers-common-0.56.0-r1.ebuild b/app-containers/containers-common/containers-common-0.56.0-r1.ebuild index 8963de7d6a47..5041b8771c40 100644 --- a/app-containers/containers-common/containers-common-0.56.0-r1.ebuild +++ b/app-containers/containers-common/containers-common-0.56.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/containers/common/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 arm64 ~riscv" fi LICENSE="Apache-2.0"