Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-runc/
Date: Wed, 05 Apr 2017 10:21:10
Message-Id: 1491387643.c45c71e7b366782c59e4d9e4c8a7c3352d5dc116.xmw@gentoo
1 commit: c45c71e7b366782c59e4d9e4c8a7c3352d5dc116
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 10:17:27 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 10:20:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45c71e7
7
8 app-emulation/docker-runc: add ~arm (bug 566732)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
17 index d57a98ae48f..e8aeca86b70 100644
18 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
19 +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
20 @@ -11,7 +11,7 @@ else
21 EGIT_COMMIT="54296cf40ad8143b62dbcaa1d90e520a2136ddfe"
22 RUNC_COMMIT="54296cf" # Change this when you update the ebuild
23 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~ppc64"
25 + KEYWORDS="~amd64 ~arm ~ppc64"
26 inherit golang-vcs-snapshot
27 fi