diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:43:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:44:05 +0300 |
commit | 7ddc99da95656cb229030c788b3fb1944933e220 (patch) | |
tree | 570e051b49e149ef29976ea5fd5095b02150f5ee /app-emulation/runc | |
parent | app-emulation/docker-proxy: Stabilize 0.8.0_p20201215 amd64, #783525 (diff) | |
download | gentoo-7ddc99da95656cb229030c788b3fb1944933e220.tar.gz gentoo-7ddc99da95656cb229030c788b3fb1944933e220.tar.bz2 gentoo-7ddc99da95656cb229030c788b3fb1944933e220.zip |
app-emulation/runc: Stabilize 1.0.0_rc92 amd64, #783525
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild b/app-emulation/runc/runc-1.0.0_rc92.ebuild index 2a192400ef49..fe79682ba080 100644 --- a/app-emulation/runc/runc-1.0.0_rc92.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |