diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-04-23 14:42:28 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-04-23 14:42:28 +0200 |
commit | 4e588c65056087f2f92722286c9094c535b60978 (patch) | |
tree | 28ca3b6742a050b35ae45ecf5e98f114a6ab1de0 /app-emulation/docker-proxy | |
parent | app-emulation/containerd: Stable on amd64 (diff) | |
download | gentoo-4e588c65056087f2f92722286c9094c535b60978.tar.gz gentoo-4e588c65056087f2f92722286c9094c535b60978.tar.bz2 gentoo-4e588c65056087f2f92722286c9094c535b60978.zip |
app-emulation/docker-proxy: Stable on amd64
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild index 39c8d9279909..7e49b93098b3 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="c9029898e32f7c89bbb81511fbb721df252ce61a" 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 |