diff options
author | 2019-04-23 14:42:01 +0200 | |
---|---|---|
committer | 2019-04-23 14:42:01 +0200 | |
commit | 23e3efdb458daa37bb50fc54552cbdb41589d93f (patch) | |
tree | fd573c0a38e931ded9a25e97cab7b48a5f838ee3 /app-emulation | |
parent | app-emulation/runc: Stable on amd64 (diff) | |
download | gentoo-23e3efdb458daa37bb50fc54552cbdb41589d93f.tar.gz gentoo-23e3efdb458daa37bb50fc54552cbdb41589d93f.tar.bz2 gentoo-23e3efdb458daa37bb50fc54552cbdb41589d93f.zip |
app-emulation/containerd: Stable on amd64
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/containerd/containerd-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/containerd/containerd-1.2.6.ebuild b/app-emulation/containerd/containerd-1.2.6.ebuild index 104f01bd6889..46e17e7be0b6 100644 --- a/app-emulation/containerd/containerd-1.2.6.ebuild +++ b/app-emulation/containerd/containerd-1.2.6.ebuild @@ -13,7 +13,7 @@ else EGIT_COMMIT="v${MY_PV}" CONTAINERD_COMMIT="894b81a4b802e4eb2a91d1ce216b8817763c29fb" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-vcs-snapshot fi |