Diff containerd-1.7.1-r1 with a containerd-1.7.2

/usr/portage/app-containers/containerd/containerd-1.7.2.ebuild 2023-10-09 14:52:28.216368318 +0300
3 3

  
4 4
EAPI=8
5 5
inherit go-module systemd
6
GIT_REVISION=2806fc1057397dbaeefbea0e4e17bddfbd388f38
6
GIT_REVISION=0cae528dd6cb557f7201036e9f43420650207b58
7 7

  
8 8
DESCRIPTION="A daemon to control runC"
9 9
HOMEPAGE="https://containerd.io/"
......
11 11

  
12 12
LICENSE="Apache-2.0"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
15 15
IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
16 16

  
17 17
DEPEND="
Thank you!