diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-06-04 18:56:26 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-06-04 18:56:26 +0200 |
commit | a5d525e494d0dfb6a82994259f28656c7c3f460f (patch) | |
tree | f627b21886dd00048c388815539a85460ce2df2c /app-emulation/docker-proxy | |
parent | app-emulation/buildah: Bump to version 1.8.3 (diff) | |
download | gentoo-a5d525e494d0dfb6a82994259f28656c7c3f460f.tar.gz gentoo-a5d525e494d0dfb6a82994259f28656c7c3f460f.tar.bz2 gentoo-a5d525e494d0dfb6a82994259f28656c7c3f460f.zip |
app-emulation/docker-proxy: Stable on amd64
Package-Manager: Portage-2.3.67, 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_p20190417.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild index f87e25fa0791..d28adee62a97 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="872f0a83c98add6cae255c8859e29532febc0039" 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 |