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 2514F158099 for ; Tue, 28 Nov 2023 05:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496DD2BC109; Tue, 28 Nov 2023 05:33:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2792A2BC109 for ; Tue, 28 Nov 2023 05:33:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DAAA342DF0 for ; Tue, 28 Nov 2023 05:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C660013B6 for ; Tue, 28 Nov 2023 05:32:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1701149569.8a5cb3bb3d5ae92b00530451bf9b92b5701f5d62.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/podman/podman-4.7.2.ebuild X-VCS-Directories: app-containers/podman/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8a5cb3bb3d5ae92b00530451bf9b92b5701f5d62 X-VCS-Branch: master Date: Tue, 28 Nov 2023 05:32:59 +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: 45bba5ca-619a-4ee8-b403-cdbc2fc73b2a X-Archives-Hash: 4d51cab1491dc3cd65680587d3aacfeb commit: 8a5cb3bb3d5ae92b00530451bf9b92b5701f5d62 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 28 05:32:49 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 28 05:32:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5cb3bb app-containers/podman: Stabilize 4.7.2 arm64, #918681 Signed-off-by: Arthur Zamarin gentoo.org> app-containers/podman/podman-4.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/podman/podman-4.7.2.ebuild b/app-containers/podman/podman-4.7.2.ebuild index 85842e6a4f69..02957aca6284 100644 --- a/app-containers/podman/podman-4.7.2.ebuild +++ b/app-containers/podman/podman-4.7.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/containers/podman.git" else SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 arm64 ~riscv" fi # main pkg