diff options
author | Sam James <sam@gentoo.org> | 2024-05-28 14:18:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-28 14:18:11 +0100 |
commit | 520256edc5e0f18bc14583456f9fb0061363f924 (patch) | |
tree | 4af275a81e913abb84f0f88b7da9700d1bc2c42c /app-containers | |
parent | gnome-extra/cinnamon-desktop: Stabilize 6.0.0 x86, #932966 (diff) | |
download | gentoo-520256edc5e0f18bc14583456f9fb0061363f924.tar.gz gentoo-520256edc5e0f18bc14583456f9fb0061363f924.tar.bz2 gentoo-520256edc5e0f18bc14583456f9fb0061363f924.zip |
app-containers/crun: Stabilize 1.14.3 ppc64, #931759
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/crun/crun-1.14.3.ebuild | 2 |
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..a45514f4dfda 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+" |