diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:43:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:44:04 +0300 |
commit | 51d6ea1431de3617290c66d68e710445f8fbd39d (patch) | |
tree | f27a0d202a4580d0d63955aab7842934cecd9cfd /app-emulation/docker-proxy | |
parent | app-emulation/docker-cli: Stabilize 20.10.6 amd64, #783525 (diff) | |
download | gentoo-51d6ea1431de3617290c66d68e710445f8fbd39d.tar.gz gentoo-51d6ea1431de3617290c66d68e710445f8fbd39d.tar.bz2 gentoo-51d6ea1431de3617290c66d68e710445f8fbd39d.zip |
app-emulation/docker-proxy: Stabilize 0.8.0_p20201215 amd64, #783525
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild index 374292183eec..dd2924075632 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT=fa125a3512ee0f6187721c88582bf8c4378bd4d7 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 |