commit: 5de942275d7ea6012c80c4ef8fe9560919424b04
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 10:39:29 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 10:40:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de94227
app-emulation/docker-proxy: Stabilize on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 dbfc6c6a965..7fb0f4d07d6 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