diff options
author | Sam James <sam@gentoo.org> | 2023-10-31 19:20:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-31 19:20:19 +0000 |
commit | 59524f4d8d8b07060182e48797fd14e5aeee77a5 (patch) | |
tree | 10a38eda3a5001971577cac4c735fd62136ff887 /app-containers/crun | |
parent | dev-python/pytest-asyncio: Bump to 0.22.0 (diff) | |
download | gentoo-59524f4d8d8b07060182e48797fd14e5aeee77a5.tar.gz gentoo-59524f4d8d8b07060182e48797fd14e5aeee77a5.tar.bz2 gentoo-59524f4d8d8b07060182e48797fd14e5aeee77a5.zip |
app-containers/crun: Stabilize 1.8.4 ppc64, #916561
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-rw-r--r-- | app-containers/crun/crun-1.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.8.4.ebuild b/app-containers/crun/crun-1.8.4.ebuild index b508a2fd08ff..4f3b7f6225c7 100644 --- a/app-containers/crun/crun-1.8.4.ebuild +++ b/app-containers/crun/crun-1.8.4.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=" |