Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Wed, 28 Apr 2021 16:44:12
Message-Id: 1619628245.7ddc99da95656cb229030c788b3fb1944933e220.zlogene@gentoo
1 commit: 7ddc99da95656cb229030c788b3fb1944933e220
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 16:43:31 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 16:44:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddc99da
7
8 app-emulation/runc: Stabilize 1.0.0_rc92 amd64, #783525
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 app-emulation/runc/runc-1.0.0_rc92.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 2a192400ef4..fe79682ba08 100644
17 --- a/app-emulation/runc/runc-1.0.0_rc92.ebuild
18 +++ b/app-emulation/runc/runc-1.0.0_rc92.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
26
27 LICENSE="Apache-2.0 BSD-2 BSD MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
31 IUSE="apparmor +ambient hardened +kmem +seccomp selinux test"
32
33 DEPEND="seccomp? ( sys-libs/libseccomp )"