From e588a9d3f1b2a2aa97c1ca3e6a85a0cf9bea133e Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 28 May 2024 21:46:23 +0100 Subject: app-containers/crun: Stabilize 1.14.3 amd64, #931759 Signed-off-by: Sam James --- app-containers/crun/crun-1.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-containers/crun') diff --git a/app-containers/crun/crun-1.14.3.ebuild b/app-containers/crun/crun-1.14.3.ebuild index a171f765d726..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+" -- cgit v1.2.3-65-gdbad