diff options
author | 2022-11-03 06:39:46 +0000 | |
---|---|---|
committer | 2022-11-03 06:39:46 +0000 | |
commit | 2c3b8fbf0f228db33a62dc2d3bd63abe40f2c8a5 (patch) | |
tree | 1e074cdcd22b603b890892b877eb44f8293d7971 /app-containers/crun/crun-1.4.5.ebuild | |
parent | app-containers/crun: Stabilize 1.4.5 amd64, #879217 (diff) | |
download | gentoo-2c3b8fbf0f228db33a62dc2d3bd63abe40f2c8a5.tar.gz gentoo-2c3b8fbf0f228db33a62dc2d3bd63abe40f2c8a5.tar.bz2 gentoo-2c3b8fbf0f228db33a62dc2d3bd63abe40f2c8a5.zip |
app-containers/crun: Stabilize 1.4.5 ppc64, #879217
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun/crun-1.4.5.ebuild')
-rw-r--r-- | app-containers/crun/crun-1.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.4.5.ebuild b/app-containers/crun/crun-1.4.5.ebuild index ba94234c1c3c..679f873a631f 100644 --- a/app-containers/crun/crun-1.4.5.ebuild +++ b/app-containers/crun/crun-1.4.5.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=" |