From 9999cf6235166f6b0fb060f4fb7e6d05b527792a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 23 Sep 2025 17:39:24 +0300 Subject: [PATCH] app-containers/crun: Stabilize 1.21 amd64, #963302 Signed-off-by: Arthur Zamarin --- 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 e3c00ce3dca7b..378a9d4cbf88d 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+"