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/docker-runc/
Date: Tue, 02 Jan 2018 13:05:19
Message-Id: 1514898195.8207cee096c74596c3cfd2f262d68ff7767ad4e0.mrueg@gentoo
1 commit: 8207cee096c74596c3cfd2f262d68ff7767ad4e0
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 13:03:15 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 13:03:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8207cee0
7
8 app-emulation/docker-runc: Stable on amd64
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild
16 index 8ea1d028f5b..68064743335 100644
17 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild
18 +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ else
26 EGIT_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64"
27 RUNC_COMMIT="3f2f8b84" # Change this when you update the ebuild
28 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~ppc64"
30 + KEYWORDS="amd64 ~arm ~ppc64"
31 inherit golang-vcs-snapshot
32 fi