diff options
author | 2022-01-07 09:44:55 -0800 | |
---|---|---|
committer | 2022-01-07 09:52:40 -0800 | |
commit | 86a0f5f8730e7e70fd3e8c194ab61392bceb275e (patch) | |
tree | e1f0a72d8e672b6525b6cbf7cd27eb3b27fba82e /app-containers | |
parent | app-containers/runc: Stabilize 1.0.3 ppc64, #830674 (diff) | |
download | gentoo-86a0f5f8730e7e70fd3e8c194ab61392bceb275e.tar.gz gentoo-86a0f5f8730e7e70fd3e8c194ab61392bceb275e.tar.bz2 gentoo-86a0f5f8730e7e70fd3e8c194ab61392bceb275e.zip |
app-containers/containerd: Stabilize 1.4.12 ppc64, #830674
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containerd/containerd-1.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/containerd/containerd-1.4.12.ebuild b/app-containers/containerd/containerd-1.4.12.ebuild index a738accf70b9..07dab03a7b2f 100644 --- a/app-containers/containerd/containerd-1.4.12.ebuild +++ b/app-containers/containerd/containerd-1.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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=" |