diff options
author | 2023-04-29 21:19:51 +0100 | |
---|---|---|
committer | 2023-04-29 21:19:51 +0100 | |
commit | 35222f491ae1d7630dc106e5b27a658423662df4 (patch) | |
tree | 087239b99ea566561609303d018373cd2b6d34e8 /app-containers | |
parent | dev-ml/base_bigstring: Stabilize 0.15.0-r1 arm64, #901597 (diff) | |
download | gentoo-35222f491ae1d7630dc106e5b27a658423662df4.tar.gz gentoo-35222f491ae1d7630dc106e5b27a658423662df4.tar.bz2 gentoo-35222f491ae1d7630dc106e5b27a658423662df4.zip |
app-containers/crun: Stabilize 1.8.1 arm64, #904603
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/crun/crun-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.8.1.ebuild b/app-containers/crun/crun-1.8.1.ebuild index 5a802f0c8276..03f9b54cd5d4 100644 --- a/app-containers/crun/crun-1.8.1.ebuild +++ b/app-containers/crun/crun-1.8.1.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=" |