diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-19 17:46:27 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-19 17:46:27 -0700 |
commit | b12cf3dcea408376f95cc12a99e3967ea79b49bf (patch) | |
tree | ab69bfd922a65ca2c9c89c8efb5609e4f540f9c1 /app-emulation/crun | |
parent | profiles/arch/powerpc/ppc64/64le: stable-mask crun[criu] (diff) | |
download | gentoo-b12cf3dcea408376f95cc12a99e3967ea79b49bf.tar.gz gentoo-b12cf3dcea408376f95cc12a99e3967ea79b49bf.tar.bz2 gentoo-b12cf3dcea408376f95cc12a99e3967ea79b49bf.zip |
app-emulation/crun: stabilize 0.19.1 for ppc64
Bug: https://bugs.gentoo.org/802684
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/crun')
-rw-r--r-- | app-emulation/crun/crun-0.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/crun/crun-0.19.1.ebuild b/app-emulation/crun/crun-0.19.1.ebuild index bc5fbefe1844..36091c997004 100644 --- a/app-emulation/crun/crun-0.19.1.ebuild +++ b/app-emulation/crun/crun-0.19.1.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=" |