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/containerd/
Date: Wed, 26 Sep 2018 11:22:41
Message-Id: 1537960915.aefd30ed6c1b6cea70bbddfd1895cfc33de2293d.mrueg@gentoo
1 commit: aefd30ed6c1b6cea70bbddfd1895cfc33de2293d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 26 11:21:55 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 11:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefd30ed
7
8 app-emulation/containerd: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 app-emulation/containerd/containerd-1.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/containerd/containerd-1.1.2.ebuild b/app-emulation/containerd/containerd-1.1.2.ebuild
16 index 1e306153994..b37434d5661 100644
17 --- a/app-emulation/containerd/containerd-1.1.2.ebuild
18 +++ b/app-emulation/containerd/containerd-1.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ else
26 EGIT_COMMIT="v${MY_PV}"
27 CONTAINERD_COMMIT="468a545b9edcd5932818eb9de8e72413e616e86e"
28 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
30 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
31 inherit golang-vcs-snapshot
32 fi