Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Mon, 11 Feb 2019 19:33:31
Message-Id: 1549913564.acae688767dcc5911a83892a366ba14c1d9b6180.mrueg@gentoo
1 commit: acae688767dcc5911a83892a366ba14c1d9b6180
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 19:32:44 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 19:32:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acae6887
7
8 app-emulation/runc: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
17 index 2aca18c8e96..992fdf609d6 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
20 @@ -11,7 +11,7 @@ else
21 EGIT_COMMIT="v${MY_PV}"
22 RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this when you update the ebuild
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"
26 inherit golang-build golang-vcs-snapshot
27 fi