diff options
author | Sam James <sam@gentoo.org> | 2021-07-23 18:57:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-23 18:57:33 +0100 |
commit | 1077d7240647055b1e3fd10e0b59aeb946d90c49 (patch) | |
tree | b6ac223e4a60098d567c19b837cb4eac84efeec9 /app-emulation/runc | |
parent | app-emulation/containerd: Stabilize 1.4.8 amd64, #802948 (diff) | |
download | gentoo-1077d7240647055b1e3fd10e0b59aeb946d90c49.tar.gz gentoo-1077d7240647055b1e3fd10e0b59aeb946d90c49.tar.bz2 gentoo-1077d7240647055b1e3fd10e0b59aeb946d90c49.zip |
app-emulation/runc: Stabilize 1.0.0 amd64, #802948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0.ebuild b/app-emulation/runc/runc-1.0.0.ebuild index 73b4f6935686..6941c018dc9e 100644 --- a/app-emulation/runc/runc-1.0.0.ebuild +++ b/app-emulation/runc/runc-1.0.0.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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )" |