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: Sat, 24 Jul 2021 17:20:46
Message-Id: 1627147190.360e13d9756a600e0358c9a443954612c490d363.sam@gentoo
1 commit: 360e13d9756a600e0358c9a443954612c490d363
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 17:19:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 17:19:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360e13d9
7
8 app-emulation/runc: Stabilize 1.0.0 arm64, #802948
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/runc/runc-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/runc/runc-1.0.0.ebuild b/app-emulation/runc/runc-1.0.0.ebuild
16 index 6941c018dc9..1b2b9d5f1c6 100644
17 --- a/app-emulation/runc/runc-1.0.0.ebuild
18 +++ b/app-emulation/runc/runc-1.0.0.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 hardened +kmem +seccomp test"
26
27 DEPEND="seccomp? ( sys-libs/libseccomp )"