diff --git a/app-containers/crun/crun-1.20.ebuild b/app-containers/crun/crun-1.20.ebuild index a54adfa350113..b135d31f117ce 100644 --- a/app-containers/crun/crun-1.20.ebuild +++ b/app-containers/crun/crun-1.20.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+"