From 2d41ffdea5794de159bf18ce5ad6bd23f24cbcee Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 16 Aug 2026 01:25:00 -0400 Subject: [PATCH] app-containers/crun: Stabilize 1.28 arm64, #980950 Signed-off-by: Eli Schwartz --- app-containers/crun/crun-1.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/crun/crun-1.28.ebuild b/app-containers/crun/crun-1.28.ebuild index b176462868eae..dcde4154de4eb 100644 --- a/app-containers/crun/crun-1.28.ebuild +++ b/app-containers/crun/crun-1.28.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+"