diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-07-04 17:30:17 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-07-04 17:30:17 +0200 |
commit | 4cc1192bd85267be83f2ce967b8bcad1c103fd7b (patch) | |
tree | 8dc665382764e863dec1fc5994108b0a876853c8 /app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild | |
parent | sys-cluster/kube-controller-manager: Remove old (diff) | |
download | gentoo-4cc1192bd85267be83f2ce967b8bcad1c103fd7b.tar.gz gentoo-4cc1192bd85267be83f2ce967b8bcad1c103fd7b.tar.bz2 gentoo-4cc1192bd85267be83f2ce967b8bcad1c103fd7b.zip |
app-emulation/docker-proxy: Stable on amd64
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild index 1fccabf5362e..1dea70405311 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="e7933d41e7b206756115aa9df5e0599fc5169742" 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 |