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: Thu, 28 Mar 2019 14:41:38
Message-Id: 1553784079.03d23e49f8aca6d65092221d97b35c084923fef4.mrueg@gentoo
1 commit: 03d23e49f8aca6d65092221d97b35c084923fef4
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 14:41:19 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 14:41:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d23e49
7
8 app-emulation/runc: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
17 index e4110183e35..d1e688e0dd6 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
20 @@ -10,7 +10,7 @@ else
21 MY_PV="${PV/_/-}"
22 RUNC_COMMIT="2b18fe1d885ee5083ef9f0838fee39b62d653e30" # 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