Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Sun, 16 May 2021 12:45:48
Message-Id: 1621169095.96010816c3dee01cd3194991b46d1fe29b620a94.sam@gentoo
1 commit: 96010816c3dee01cd3194991b46d1fe29b620a94
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 12:41:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 12:44:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96010816
7
8 app-emulation/runc: Stabilize 1.0.0_rc92 arm64, #783525
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/runc/runc-1.0.0_rc92.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild b/app-emulation/runc/runc-1.0.0_rc92.ebuild
16 index 35e4c457ae5..ec75ad824e4 100644
17 --- a/app-emulation/runc/runc-1.0.0_rc92.ebuild
18 +++ b/app-emulation/runc/runc-1.0.0_rc92.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
20
21 LICENSE="Apache-2.0 BSD-2 BSD MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
25 IUSE="apparmor +ambient hardened +kmem +seccomp selinux test"
26
27 DEPEND="seccomp? ( sys-libs/libseccomp )"