summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-11-21 11:39:29 +0100
committerManuel Rüger <mrueg@gentoo.org>2019-11-21 11:40:12 +0100
commit5de942275d7ea6012c80c4ef8fe9560919424b04 (patch)
tree474dbc16f79ba64d1842344782df59f5bff28af1 /app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
parentapp-misc/mc: fix VFS SEGV in GC, bug #700708 (diff)
downloadgentoo-5de942275d7ea6012c80c4ef8fe9560919424b04.tar.gz
gentoo-5de942275d7ea6012c80c4ef8fe9560919424b04.tar.bz2
gentoo-5de942275d7ea6012c80c4ef8fe9560919424b04.zip
app-emulation/docker-proxy: Stabilize on amd64
Package-Manager: Portage-2.3.76, 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_p20191011.ebuild')
-rw-r--r--app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
index dbfc6c6a965b..7fb0f4d07d63 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT="3eb39382bfa6a3c42f83674ab080ae13b0e34e5d"
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