diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-05 18:18:24 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-05 18:18:24 -0700 |
commit | fadc34b9d3f75998026b882187b6aa1ff1dac4d7 (patch) | |
tree | a39a44283bae3ea3963efe1508a5f251f84e71be /app-emulation/runc | |
parent | app-emulation/containerd: Stabilize 1.4.11 ppc64, #816468 (diff) | |
download | gentoo-fadc34b9d3f75998026b882187b6aa1ff1dac4d7.tar.gz gentoo-fadc34b9d3f75998026b882187b6aa1ff1dac4d7.tar.bz2 gentoo-fadc34b9d3f75998026b882187b6aa1ff1dac4d7.zip |
app-emulation/runc: Stabilize 1.0.2 ppc64, #816468
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.2.ebuild b/app-emulation/runc/runc-1.0.2.ebuild index d57aac291261..3bc737757a8e 100644 --- a/app-emulation/runc/runc-1.0.2.ebuild +++ b/app-emulation/runc/runc-1.0.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P LICENSE="Apache-2.0 BSD-2 BSD MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )" |