diff options
author | 2023-10-31 19:52:54 +0000 | |
---|---|---|
committer | 2023-10-31 19:52:54 +0000 | |
commit | 8e1909eefc6d6b8f6ead4c7c102e78ff2636e6d2 (patch) | |
tree | a144bc946e4c697f05dc964f55e3e40c223c470a /app-containers/runc | |
parent | app-containers/crun: Stabilize 1.8.4 amd64, #916561 (diff) | |
download | gentoo-8e1909eefc6d6b8f6ead4c7c102e78ff2636e6d2.tar.gz gentoo-8e1909eefc6d6b8f6ead4c7c102e78ff2636e6d2.tar.bz2 gentoo-8e1909eefc6d6b8f6ead4c7c102e78ff2636e6d2.zip |
app-containers/runc: Stabilize 1.1.9 amd64, #916561
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/runc')
-rw-r--r-- | app-containers/runc/runc-1.1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/runc/runc-1.1.9.ebuild b/app-containers/runc/runc-1.1.9.ebuild index ae3f62236cef..3d5796186404 100644 --- a/app-containers/runc/runc-1.1.9.ebuild +++ b/app-containers/runc/runc-1.1.9.ebuild @@ -16,7 +16,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 selinux test" DEPEND="seccomp? ( sys-libs/libseccomp )" |