diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-03-19 23:51:22 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-03-19 23:51:22 +0100 |
commit | cd53a8974060ec786b52a4e35e27625cdf88f077 (patch) | |
tree | 8b0f8b44d02e521b70822e06dcdbab1bbbdf4410 /app-emulation/docker-runc | |
parent | app-emulation/containerd: Stabilize 1.0.1 on amd64 (diff) | |
download | gentoo-cd53a8974060ec786b52a4e35e27625cdf88f077.tar.gz gentoo-cd53a8974060ec786b52a4e35e27625cdf88f077.tar.bz2 gentoo-cd53a8974060ec786b52a4e35e27625cdf88f077.zip |
app-emulation/docker-runc: Stabilize on amd64
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/docker-runc')
-rw-r--r-- | app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild index ac5fcf94919e..cf7b91c52a95 100644 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild @@ -11,7 +11,7 @@ else EGIT_COMMIT="9f9c96235cc97674e935002fc3d78361b696a69e" RUNC_COMMIT="9f9c962" # Change this when you update the ebuild SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi |