diff options
author | Sam James <sam@gentoo.org> | 2021-06-13 22:36:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-13 22:36:00 +0000 |
commit | f487df8f8fed7aa5fdd89e5060cb71bb40185943 (patch) | |
tree | 64124b3c4fb020df8fbdbb3a2366729bb3882768 /app-emulation/runc/runc-1.0.0_rc95.ebuild | |
parent | www-servers/apache: Stabilize 2.4.48 arm64, #795231 (diff) | |
download | gentoo-f487df8f8fed7aa5fdd89e5060cb71bb40185943.tar.gz gentoo-f487df8f8fed7aa5fdd89e5060cb71bb40185943.tar.bz2 gentoo-f487df8f8fed7aa5fdd89e5060cb71bb40185943.zip |
app-emulation/runc: Stabilize 1.0.0_rc95 arm64, #790257
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/runc/runc-1.0.0_rc95.ebuild')
-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 660278b5c177..2fc5c14728ea 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 )" |