summaryrefslogtreecommitdiff
path: root/app-containers/crun/crun-1.14.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/crun/crun-1.14.3.ebuild')
-rw-r--r--app-containers/crun/crun-1.14.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.14.3.ebuild b/app-containers/crun/crun-1.14.3.ebuild
index 49ec3519eadb..d44f6e074aca 100644
--- a/app-containers/crun/crun-1.14.3.ebuild
+++ b/app-containers/crun/crun-1.14.3.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.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+ KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv"
fi
LICENSE="GPL-2+ LGPL-2.1+"