From 07f209a0ab74c0f44e90e5a2bb611fe90ef90c2b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 22 Jun 2025 16:34:58 +0100 Subject: [PATCH] app-containers/crun: Stabilize 1.20 ppc64, #958862 Signed-off-by: Sam James --- app-containers/crun/crun-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"