summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-20.10.6-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/docker/docker-20.10.6-r1.ebuild b/app-emulation/docker/docker-20.10.6-r1.ebuild
index 50015f97773f..798980694c7c 100644
--- a/app-emulation/docker/docker-20.10.6-r1.ebuild
+++ b/app-emulation/docker/docker-20.10.6-r1.ebuild
@@ -160,6 +160,7 @@ pkg_setup() {
src_prepare() {
default
+ # https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552
pushd "${S}/vendor/github.com/coreos/etcd" >/dev/null || die
eapply "${FILESDIR}/etcd-F_OFD_GETLK-fix.patch"
popd >/dev/null || die