diff options
author | Sam James <sam@gentoo.org> | 2022-11-03 06:39:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-03 06:39:44 +0000 |
commit | 48912431fc3e116d6978a5d06aa6694efca1de32 (patch) | |
tree | c339a3ee942ddc71eeac6139629304997de2cd25 /app-containers/crun | |
parent | dev-util/shellcheck-bin: Stabilize 0.8.0 amd64, #878961 (diff) | |
download | gentoo-48912431fc3e116d6978a5d06aa6694efca1de32.tar.gz gentoo-48912431fc3e116d6978a5d06aa6694efca1de32.tar.bz2 gentoo-48912431fc3e116d6978a5d06aa6694efca1de32.zip |
app-containers/crun: Stabilize 1.4.5 arm64, #879217
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-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 1cc9dd0d9d26..3bb436512843 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=" |