diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 17:57:32 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 17:59:33 -0700 |
commit | 4504f7693e1c66ea6441a7193aa402243fc01dff (patch) | |
tree | e440e0a41d9010b47ba24143b465b6e8c3aba48d /app-emulation | |
parent | app-emulation/docker: stabilize 20.10.7 for ppc64, bug #775329 (diff) | |
download | gentoo-4504f7693e1c66ea6441a7193aa402243fc01dff.tar.gz gentoo-4504f7693e1c66ea6441a7193aa402243fc01dff.tar.bz2 gentoo-4504f7693e1c66ea6441a7193aa402243fc01dff.zip |
app-emulation/docker: fix whitespace
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-20.10.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-20.10.7.ebuild b/app-emulation/docker/docker-20.10.7.ebuild index a61a69c8a9a2..bff19d7e9fe0 100644 --- a/app-emulation/docker/docker-20.10.7.ebuild +++ b/app-emulation/docker/docker-20.10.7.ebuild @@ -55,7 +55,7 @@ RESTRICT="installsources strip test" S="${WORKDIR}/${P}/src/${EGO_PN}" # https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552 -PATCHES=( +PATCHES=( "${FILESDIR}/etcd-F_OFD_GETLK-fix.patch" "${FILESDIR}/ppc64-buildmode.patch" ) |