diff options
author | Sam James <sam@gentoo.org> | 2023-04-29 21:31:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-29 21:31:10 +0100 |
commit | e625608b363797984685f37f41d2e88c6f0482e0 (patch) | |
tree | 0bddce89524507dc9eca13c689e55d219c829652 /app-containers | |
parent | media-gfx/jpegoptim: add 1.5.3 (diff) | |
download | gentoo-e625608b363797984685f37f41d2e88c6f0482e0.tar.gz gentoo-e625608b363797984685f37f41d2e88c6f0482e0.tar.bz2 gentoo-e625608b363797984685f37f41d2e88c6f0482e0.zip |
app-containers/crun: Stabilize 1.8.1 ppc64, #904603
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/crun/crun-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.8.1.ebuild b/app-containers/crun/crun-1.8.1.ebuild index 03f9b54cd5d4..e2322d175643 100644 --- a/app-containers/crun/crun-1.8.1.ebuild +++ b/app-containers/crun/crun-1.8.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv" IUSE="+bpf +caps criu +seccomp selinux systemd static-libs" DEPEND=" |