From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A40331382C5 for ; Thu, 22 Apr 2021 07:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04984E086E; Thu, 22 Apr 2021 07:48:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2486E086E for ; Thu, 22 Apr 2021 07:48:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89EC5340BBD for ; Thu, 22 Apr 2021 07:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF06647 for ; Thu, 22 Apr 2021 07:48:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1619077685.33c953005bba7da82aaa30050f46eeae85fd369e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-20.10.6-r1.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 33c953005bba7da82aaa30050f46eeae85fd369e X-VCS-Branch: master Date: Thu, 22 Apr 2021 07:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cdb766b-0a7a-47ed-b19f-cb31850f042e X-Archives-Hash: 3af56162f5c74d473234d9ac6ecc5e4b commit: 33c953005bba7da82aaa30050f46eeae85fd369e Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Apr 22 07:46:01 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 07:48:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c95300 app-emulation/docker: add bug reference to patch portion Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/docker/docker-20.10.6-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/docker/docker-20.10.6-r1.ebuild b/app-emulation/docker/docker-20.10.6-r1.ebuild index 50015f97773..798980694c7 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