commit: 705b7bf5adcb8b95bc65fe005dcffbe419435dda
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 13:18:54 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 13:18:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705b7bf5
app-containers/crun: Stabilize 1.17 arm64, #947804
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-containers/crun/crun-1.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-containers/crun/crun-1.17.ebuild
b/app-containers/crun/crun-1.17.ebuild
index 68d1ad369c7d..b54381361852 100644
--- a/app-containers/crun/crun-1.17.ebuild
+++ b/app-containers/crun/crun-1.17.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+"