diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 12:41:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-16 12:44:55 +0000 |
commit | 96010816c3dee01cd3194991b46d1fe29b620a94 (patch) | |
tree | 4eda96d5b92ac96c379a8a866c9d4732da7b7458 /app-emulation | |
parent | dev-python/autobahn: Stabilize 21.3.1 arm64, #777180 (diff) | |
download | gentoo-96010816c3dee01cd3194991b46d1fe29b620a94.tar.gz gentoo-96010816c3dee01cd3194991b46d1fe29b620a94.tar.bz2 gentoo-96010816c3dee01cd3194991b46d1fe29b620a94.zip |
app-emulation/runc: Stabilize 1.0.0_rc92 arm64, #783525
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc92.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild b/app-emulation/runc/runc-1.0.0_rc92.ebuild index 35e4c457ae5b..ec75ad824e47 100644 --- a/app-emulation/runc/runc-1.0.0_rc92.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc92.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 +ambient hardened +kmem +seccomp selinux test" DEPEND="seccomp? ( sys-libs/libseccomp )" |