diff options
author | 2022-08-15 09:42:27 +0200 | |
---|---|---|
committer | 2022-08-15 09:42:27 +0200 | |
commit | f35e90622813c6954da79378f4f7f7476c023702 (patch) | |
tree | 019e01186457f471cd5d54425c86a68ddb08c288 /app-containers/docker-proxy | |
parent | app-containers/docker-cli: arm64 stable wrt bug #865193 (diff) | |
download | gentoo-f35e90622813c6954da79378f4f7f7476c023702.tar.gz gentoo-f35e90622813c6954da79378f4f7f7476c023702.tar.bz2 gentoo-f35e90622813c6954da79378f4f7f7476c023702.zip |
app-containers/docker-proxy: arm64 stable wrt bug #865193
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-containers/docker-proxy')
-rw-r--r-- | app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild index 30b1d7aa2e54..f88cdf3ea7ca 100644 --- a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild +++ b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/moby/libnetwork/archive/${GIT_COMMIT}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86" S=${WORKDIR}/${P}/src/${EGO_PN} |