app-emulation/docker: add bug reference to patch portion

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2021-04-22 00:46:01 -07:00
parent a86d23a290
commit 33c953005b

View File

@@ -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