diff options
author | 2021-06-11 11:04:26 -0500 | |
---|---|---|
committer | 2021-06-11 11:25:13 -0500 | |
commit | b2d4eaa5dcd3772bc4053c935909676e6cc994f4 (patch) | |
tree | c276b73b40a8681fcac5fa763ff00d81039e919d | |
parent | app-emulation/containerd: stabilize 1.4.6 on amd64 (diff) | |
download | gentoo-b2d4eaa5dcd3772bc4053c935909676e6cc994f4.tar.gz gentoo-b2d4eaa5dcd3772bc4053c935909676e6cc994f4.tar.bz2 gentoo-b2d4eaa5dcd3772bc4053c935909676e6cc994f4.zip |
app-emulation/runc: stabilize 1.0.0_rc95 on amd64
Bug: https://bugs.gentoo.org/775329
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc95.ebuild b/app-emulation/runc/runc-1.0.0_rc95.ebuild index c516534cbb4d..660278b5c177 100644 --- a/app-emulation/runc/runc-1.0.0_rc95.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc95.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 )" |