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-emulation/runc/
Date: Fri, 11 Jun 2021 01:00:25
Message-Id: 1623373118.e94a35b618b36bd8ba9f4919a9360f47b8d13ac1.gyakovlev@gentoo
1 commit: e94a35b618b36bd8ba9f4919a9360f47b8d13ac1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 00:54:43 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:58:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94a35b6
7
8 app-emulation/runc: stabilize 1.0.0_rc95 for ppc64, bug #775329
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-emulation/runc/runc-1.0.0_rc95.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/runc/runc-1.0.0_rc95.ebuild b/app-emulation/runc/runc-1.0.0_rc95.ebuild
16 index 316f720fc29..c516534cbb4 100644
17 --- a/app-emulation/runc/runc-1.0.0_rc95.ebuild
18 +++ b/app-emulation/runc/runc-1.0.0_rc95.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 )"