diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-09-26 13:21:55 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-09-26 13:21:55 +0200 |
commit | aefd30ed6c1b6cea70bbddfd1895cfc33de2293d (patch) | |
tree | 99d34c865d572d9745c1ad33333eba891579cf82 /app-emulation | |
parent | app-emulation/containerd: Version bump to 1.1.4 (diff) | |
download | gentoo-aefd30ed6c1b6cea70bbddfd1895cfc33de2293d.tar.gz gentoo-aefd30ed6c1b6cea70bbddfd1895cfc33de2293d.tar.bz2 gentoo-aefd30ed6c1b6cea70bbddfd1895cfc33de2293d.zip |
app-emulation/containerd: Stabilize on amd64
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/containerd/containerd-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/containerd/containerd-1.1.2.ebuild b/app-emulation/containerd/containerd-1.1.2.ebuild index 1e3061539942..b37434d56613 100644 --- a/app-emulation/containerd/containerd-1.1.2.ebuild +++ b/app-emulation/containerd/containerd-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ else EGIT_COMMIT="v${MY_PV}" CONTAINERD_COMMIT="468a545b9edcd5932818eb9de8e72413e616e86e" 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 |