summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-03-28 15:50:23 +0100
committerManuel Rüger <mrueg@gentoo.org>2019-03-28 15:50:23 +0100
commit47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9 (patch)
tree454e9ed7b59a95e75b0948958be24f7552263352 /app-emulation/docker-proxy
parentapp-emulation/docker-proxy: Update snapshot (diff)
downloadgentoo-47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9.tar.gz
gentoo-47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9.tar.bz2
gentoo-47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9.zip
app-emulation/docker-proxy: Stabilize on amd64
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r--app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
index ed5d2bce09cd..a0aba5ee00b3 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT="4725f2163fb214a6312f3beae5991f838ec36326"
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