commit: 097e06d726af5cdcb2f09a89ea77192aef1986d8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 22:36:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 22:36:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097e06d7
app-emulation/docker-proxy: Stabilize 0.8.0_p20210525 arm64, #790257
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 116c03d1883..2456cd773ee 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