Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Mon, 31 Aug 2020 21:03:48
Message-Id: 1598907819.b2cceb0ff202b76664cea4a82795687cd563710a.whissi@gentoo
1 commit: b2cceb0ff202b76664cea4a82795687cd563710a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:02:57 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:03:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cceb0f
7
8 app-emulation/runc: x86 keyworded (bug #738758)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/runc/runc-1.0.0_rc10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc10.ebuild b/app-emulation/runc/runc-1.0.0_rc10.ebuild
17 index dc3d0ff8a26..903314b0fd1 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc10.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc10.ebuild
20 @@ -14,7 +14,7 @@ else
21 # Change this when you update the ebuild
22 RUNC_COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd
23 SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
25 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
26 inherit golang-build golang-vcs-snapshot
27 fi