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 EFF9B138334 for ; Sun, 12 May 2019 14:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15E24E0848; Sun, 12 May 2019 14:13:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB47AE0848 for ; Sun, 12 May 2019 14:13:18 +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 C16353440D6 for ; Sun, 12 May 2019 14:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19D545E3 for ; Sun, 12 May 2019 14:13:16 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1557670363.7cdcda8d5986db096ad8e8320df33e75f87675f1.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-4.7-r1.ebuild app-emulation/wine-staging/wine-staging-4.8.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 7cdcda8d5986db096ad8e8320df33e75f87675f1 X-VCS-Branch: master Date: Sun, 12 May 2019 14:13:16 +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: 42eda2ec-8aa4-4f0f-bcb3-473fffaa258a X-Archives-Hash: 8350df0a18f82202a4a44a14a9529694 commit: 7cdcda8d5986db096ad8e8320df33e75f87675f1 Author: Nick Sarnie gentoo org> AuthorDate: Sun May 12 14:10:25 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun May 12 14:12:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdcda8d app-emulation/wine-staging: Sync with ::wine Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/wine-staging-4.7-r1.ebuild | 1 + app-emulation/wine-staging/wine-staging-4.8.ebuild | 1 + app-emulation/wine-staging/wine-staging-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-emulation/wine-staging/wine-staging-4.7-r1.ebuild b/app-emulation/wine-staging/wine-staging-4.7-r1.ebuild index c7cd40a2b6f..29ab363a485 100644 --- a/app-emulation/wine-staging/wine-staging-4.7-r1.ebuild +++ b/app-emulation/wine-staging/wine-staging-4.7-r1.ebuild @@ -456,6 +456,7 @@ multilib_src_configure() { $(use_with jpeg) $(use_with kerberos krb5) $(use_with ldap) + --without-mingw # linux LDFLAGS leak in mingw32: bug #685172 $(use_enable mono mscoree) $(use_with mp3 mpg123) $(use_with netapi) diff --git a/app-emulation/wine-staging/wine-staging-4.8.ebuild b/app-emulation/wine-staging/wine-staging-4.8.ebuild index 5d649948adb..fa474a55dcf 100644 --- a/app-emulation/wine-staging/wine-staging-4.8.ebuild +++ b/app-emulation/wine-staging/wine-staging-4.8.ebuild @@ -456,6 +456,7 @@ multilib_src_configure() { $(use_with jpeg) $(use_with kerberos krb5) $(use_with ldap) + --without-mingw # linux LDFLAGS leak in mingw32: bug #685172 $(use_enable mono mscoree) $(use_with mp3 mpg123) $(use_with netapi) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 5d649948adb..fa474a55dcf 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -456,6 +456,7 @@ multilib_src_configure() { $(use_with jpeg) $(use_with kerberos krb5) $(use_with ldap) + --without-mingw # linux LDFLAGS leak in mingw32: bug #685172 $(use_enable mono mscoree) $(use_with mp3 mpg123) $(use_with netapi)