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: Tue, 23 Apr 2019 12:42:48
Message-Id: 1556023298.b6fa7305afde856301c29e7c721a45fb1f406e02.mrueg@gentoo
1 commit: b6fa7305afde856301c29e7c721a45fb1f406e02
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 12:41:38 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 12:41:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fa7305
7
8 app-emulation/runc: Stable on amd64
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/runc/runc-1.0.0_rc7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc7.ebuild b/app-emulation/runc/runc-1.0.0_rc7.ebuild
17 index 721b32088fd..9a9686fa4af 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc7.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc7.ebuild
20 @@ -10,7 +10,7 @@ else
21 MY_PV="${PV/_/-}"
22 RUNC_COMMIT="69ae5da6afdcaaf38285a10b36f362e41cb298d6" # 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