diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-26 13:53:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-26 13:53:22 +0200 |
commit | 6bc3a5666759c24efbae5403932ae39d61889937 (patch) | |
tree | 497e6d55beba10aadfa9ce91fd4114f0dc5b7e97 /app-containers | |
parent | dev-lang/ocaml: Stabilize 4.09.0-r3 arm64, #804498 (diff) | |
download | gentoo-6bc3a5666759c24efbae5403932ae39d61889937.tar.gz gentoo-6bc3a5666759c24efbae5403932ae39d61889937.tar.bz2 gentoo-6bc3a5666759c24efbae5403932ae39d61889937.zip |
app-containers/crun: Stabilize 1.3 ppc64, #828332
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/crun/crun-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.3.ebuild b/app-containers/crun/crun-1.3.ebuild index c6a76338d3a2..927cc63d4181 100644 --- a/app-containers/crun/crun-1.3.ebuild +++ b/app-containers/crun/crun-1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ppc64" IUSE="+bpf +caps criu +seccomp systemd static-libs" DEPEND=" |