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: Tue, 23 Apr 2019 12:42:49
Message-Id: 1556023321.23e3efdb458daa37bb50fc54552cbdb41589d93f.mrueg@gentoo
1 commit: 23e3efdb458daa37bb50fc54552cbdb41589d93f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 12:42:01 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 12:42:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e3efdb
7
8 app-emulation/containerd: 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/containerd/containerd-1.2.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/containerd/containerd-1.2.6.ebuild b/app-emulation/containerd/containerd-1.2.6.ebuild
17 index 104f01bd688..46e17e7be0b 100644
18 --- a/app-emulation/containerd/containerd-1.2.6.ebuild
19 +++ b/app-emulation/containerd/containerd-1.2.6.ebuild
20 @@ -13,7 +13,7 @@ else
21 EGIT_COMMIT="v${MY_PV}"
22 CONTAINERD_COMMIT="894b81a4b802e4eb2a91d1ce216b8817763c29fb"
23 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
25 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
26 inherit golang-vcs-snapshot
27 fi