Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Mon, 04 Jun 2018 19:26:03
Message-Id: 1528138626.89afbad87d95d4d4f22452411d43f8ef4914ef69.leio@gentoo
1 commit: 89afbad87d95d4d4f22452411d43f8ef4914ef69
2 Author: Alex Bennée <alex.bennee <AT> linaro <DOT> org>
3 AuthorDate: Sun Jun 3 16:05:21 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 18:57:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89afbad8
7
8 app-emulation/runc: add ~arm64 keyword
9
10 app-emulation/runc/runc-1.0.0_rc5-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild
14 index 745b05d7a61..77b4011db44 100644
15 --- a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild
16 +++ b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild
17 @@ -11,7 +11,7 @@ else
18 EGIT_COMMIT="v${MY_PV}"
19 RUNC_COMMIT="4fc53a81fb7c994640722ac585fa9ca548971871" # Change this when you update the ebuild
20 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
21 - KEYWORDS="amd64 ~arm ~ppc64"
22 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
23 inherit golang-build golang-vcs-snapshot
24 fi