summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-13 22:36:02 +0000
committerSam James <sam@gentoo.org>2021-06-13 22:36:02 +0000
commit097e06d726af5cdcb2f09a89ea77192aef1986d8 (patch)
tree0ec4d67d7de821b3b9e15115e00b96bd4e360c5d /app-emulation/docker-proxy
parentapp-emulation/containerd: Stabilize 1.4.6 arm64, #790257 (diff)
downloadgentoo-097e06d726af5cdcb2f09a89ea77192aef1986d8.tar.gz
gentoo-097e06d726af5cdcb2f09a89ea77192aef1986d8.tar.bz2
gentoo-097e06d726af5cdcb2f09a89ea77192aef1986d8.zip
app-emulation/docker-proxy: Stabilize 0.8.0_p20210525 arm64, #790257
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r--app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
index 116c03d1883b..2456cd773ee8 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT=64b7a4574d1426139437d20e81c0b6d391130ec8
SRC_URI="https://github.com/docker/libnetwork/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+ KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
inherit golang-vcs-snapshot
fi