diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 18:52:28 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 18:54:10 +0100 |
commit | cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a (patch) | |
tree | 8ff20f7b8c172a24cc8275c0cf00bc4a32f77692 /app-emulation | |
parent | app-emulation/containerd: Stabilize on amd64 (diff) | |
download | gentoo-cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a.tar.gz gentoo-cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a.tar.bz2 gentoo-cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a.zip |
app-emulation/docker-proxy: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild index 6e64beaea41f..c0bd42bd486f 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="2cfbf9b1f98162a55829a21cc603c76072a75382" 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 |