https://bugs.winehq.org/show_bug.cgi?id=49942
--- Comment #5 from nvaert1986 nvaert1986@hotmail.com --- UPDATE: I'm not sure whether mingw is being using, when I check the ebuild it states that when using multilib. I'm assuming they mean both 32-bit and 64-bit support, but if multilib means something different then it's not the case. If they define it as 32-bit and 64-bit support, then mingw is definitely turned off.
multilib_src_configure() { local myconf=(
--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
)