diff options
author | Sam James <sam@gentoo.org> | 2022-11-03 06:39:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-03 06:39:45 +0000 |
commit | ff90543343e5b0856f13bf5465d21d7ff4312dba (patch) | |
tree | 81d7431223157296c4c4382328cb71cdf7a4b155 /app-containers | |
parent | app-containers/crun: Stabilize 1.4.5 arm64, #879217 (diff) | |
download | gentoo-ff90543343e5b0856f13bf5465d21d7ff4312dba.tar.gz gentoo-ff90543343e5b0856f13bf5465d21d7ff4312dba.tar.bz2 gentoo-ff90543343e5b0856f13bf5465d21d7ff4312dba.zip |
app-containers/crun: Stabilize 1.4.5 amd64, #879217
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-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 3bb436512843..ba94234c1c3c 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=" |