Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Fri, 11 Jun 2021 01:00:26
Message-Id: 1623373173.4504f7693e1c66ea6441a7193aa402243fc01dff.gyakovlev@gentoo
1 commit: 4504f7693e1c66ea6441a7193aa402243fc01dff
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 00:57:32 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:59:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4504f769
7
8 app-emulation/docker: fix whitespace
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-emulation/docker/docker-20.10.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/docker/docker-20.10.7.ebuild b/app-emulation/docker/docker-20.10.7.ebuild
16 index a61a69c8a9a..bff19d7e9fe 100644
17 --- a/app-emulation/docker/docker-20.10.7.ebuild
18 +++ b/app-emulation/docker/docker-20.10.7.ebuild
19 @@ -55,7 +55,7 @@ RESTRICT="installsources strip test"
20 S="${WORKDIR}/${P}/src/${EGO_PN}"
21
22 # https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552
23 -PATCHES=(
24 +PATCHES=(
25 "${FILESDIR}/etcd-F_OFD_GETLK-fix.patch"
26 "${FILESDIR}/ppc64-buildmode.patch"
27 )