diff options
author | 2022-02-14 10:47:50 +0100 | |
---|---|---|
committer | 2022-02-14 10:47:50 +0100 | |
commit | 65fb1031d4515639af027d798200491f6cffab80 (patch) | |
tree | af2d654d899d6d3f36307105c2d9af95fcb4ac59 /app-containers | |
parent | app-containers/runc: Stabilize 1.0.3 amd64, #830674 (diff) | |
download | gentoo-65fb1031d4515639af027d798200491f6cffab80.tar.gz gentoo-65fb1031d4515639af027d798200491f6cffab80.tar.bz2 gentoo-65fb1031d4515639af027d798200491f6cffab80.zip |
app-containers/containerd: Stabilize 1.4.12 amd64, #830674
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containerd/containerd-1.4.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containerd/containerd-1.4.12.ebuild b/app-containers/containerd/containerd-1.4.12.ebuild index 9c841b1b94b2..6f2f10d5cd92 100644 --- a/app-containers/containerd/containerd-1.4.12.ebuild +++ b/app-containers/containerd/containerd-1.4.12.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test" DEPEND=" |