From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B905F1581B9 for ; Mon, 22 Sep 2025 16:13:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A625D341465 for ; Mon, 22 Sep 2025 16:13:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7A049110588; Mon, 22 Sep 2025 16:12: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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6C1FC110588 for ; Mon, 22 Sep 2025 16:12: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28CD2341214 for ; Mon, 22 Sep 2025 16:12:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC9439FF for ; Mon, 22 Sep 2025 16:12:24 +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: <1758557536.a5ee1650c9980af505c284502c3cf0b24f72eeef.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/crun/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/crun/crun-1.21.ebuild X-VCS-Directories: app-containers/crun/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a5ee1650c9980af505c284502c3cf0b24f72eeef X-VCS-Branch: master Date: Mon, 22 Sep 2025 16:12:24 +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: a7fc9336-70e8-4f43-be6d-5fd0b1c2875d X-Archives-Hash: 5a4afe2f9633d85677d6e1cab6bf86e8 commit: a5ee1650c9980af505c284502c3cf0b24f72eeef Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 22 16:12:16 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 22 16:12:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ee1650 app-containers/crun: Stabilize 1.21 arm64, #963302 Signed-off-by: Arthur Zamarin gentoo.org> app-containers/crun/crun-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/crun/crun-1.21.ebuild b/app-containers/crun/crun-1.21.ebuild index 5960de0a2603..e3c00ce3dca7 100644 --- a/app-containers/crun/crun-1.21.ebuild +++ b/app-containers/crun/crun-1.21.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/containers/${PN}.git" else SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv" fi LICENSE="GPL-2+ LGPL-2.1+"