Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/runc/
Date: Fri, 07 Jan 2022 17:55:42
Message-Id: 1641577960.49f79202f4b284b283fbf3e92daa3944d7610a12.gyakovlev@gentoo
1 commit: 49f79202f4b284b283fbf3e92daa3944d7610a12
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 17:44:54 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 17:52:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f79202
7
8 app-containers/runc: Stabilize 1.0.3 ppc64, #830674
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-containers/runc/runc-1.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-containers/runc/runc-1.0.3.ebuild b/app-containers/runc/runc-1.0.3.ebuild
16 index b4281cd2aad2..030101eed9c3 100644
17 --- a/app-containers/runc/runc-1.0.3.ebuild
18 +++ b/app-containers/runc/runc-1.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 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 ~riscv ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
31 IUSE="apparmor hardened +kmem +seccomp test"
32
33 DEPEND="seccomp? ( sys-libs/libseccomp )"