diff options
author | Sam James <sam@gentoo.org> | 2023-10-31 19:20:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-31 19:20:27 +0000 |
commit | ede61ac3f25fb5c7fae8ac43bcafac63913097f5 (patch) | |
tree | ae26d39cc6966b48eebef91f76a1fb9b73931f8d /app-containers | |
parent | app-containers/containers-shortnames: Stabilize 2023.02.20 arm64, #916561 (diff) | |
download | gentoo-ede61ac3f25fb5c7fae8ac43bcafac63913097f5.tar.gz gentoo-ede61ac3f25fb5c7fae8ac43bcafac63913097f5.tar.bz2 gentoo-ede61ac3f25fb5c7fae8ac43bcafac63913097f5.zip |
app-containers/crun: Stabilize 1.8.4 arm64, #916561
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-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 4f3b7f6225c7..de86a5d1baa6 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=" |