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, 11 Dec 2018 10:12:02
Message-Id: 1544523101.3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79.mrueg@gentoo
1 commit: 3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 10:11:41 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 10:11:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f25ffe4
7
8 app-emulation/runc: Stabilize on amd64
9
10 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild b/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild
17 index 6447ca4dff6..eb9cce7cf94 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ else
27 EGIT_COMMIT="v${MY_PV}"
28 RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this when you update the ebuild
29 SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
31 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
32 inherit golang-build golang-vcs-snapshot
33 fi