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, 04 Jun 2019 16:58:20
Message-Id: 1559667482.61c31d9b67bc710a76bf43d5ddcf6704ae41f442.mrueg@gentoo
1 commit: 61c31d9b67bc710a76bf43d5ddcf6704ae41f442
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 16:58:02 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 16:58:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c31d9b
7
8 app-emulation/runc: Stable on amd64
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/runc/runc-1.0.0_rc8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc8.ebuild b/app-emulation/runc/runc-1.0.0_rc8.ebuild
17 index 7ebc6da0002..2ceb623d765 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc8.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc8.ebuild
20 @@ -10,7 +10,7 @@ else
21 MY_PV="${PV/_/-}"
22 RUNC_COMMIT="425e105d5a03fabd737a126ad93d62a9eeede87f" # 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