diff options
Diffstat (limited to 'app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild index fed4be963263..8720f1704d63 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="026aabaa659832804b01754aaadd2c0f420c68b6" SRC_URI="https://${EGO_PN}/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 |