commit: be48583d70055cb447bc3a6e38904eb364b52d54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 20:46:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 20:46:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be48583d
app-containers/crun: Stabilize 1.19.1 arm64, #951213
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-containers/crun/crun-1.19.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-containers/crun/crun-1.19.1.ebuild
b/app-containers/crun/crun-1.19.1.ebuild
index f1b4ab06660e..bfa0bc75fce8 100644
--- a/app-containers/crun/crun-1.19.1.ebuild
+++ b/app-containers/crun/crun-1.19.1.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+"