summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-16 12:41:19 +0000
committerSam James <sam@gentoo.org>2021-05-16 12:44:57 +0000
commit83193cab5358fe1b0c0d69016ff996e4e338b6ba (patch)
treef05876db244dc82033abf922eb0914f687bbdb36 /app-emulation/docker-proxy
parentapp-emulation/containerd: Stabilize 1.4.4 arm64, #783525 (diff)
downloadgentoo-83193cab5358fe1b0c0d69016ff996e4e338b6ba.tar.gz
gentoo-83193cab5358fe1b0c0d69016ff996e4e338b6ba.tar.bz2
gentoo-83193cab5358fe1b0c0d69016ff996e4e338b6ba.zip
app-emulation/docker-proxy: Stabilize 0.8.0_p20201215 arm64, #783525
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_p20201215.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild
index dd2924075632..5bf405d992f6 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT=fa125a3512ee0f6187721c88582bf8c4378bd4d7
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