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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 406C515800A for ; Fri, 11 Aug 2023 10:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BDC22BC025; Fri, 11 Aug 2023 10:52:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6597A2BC025 for ; Fri, 11 Aug 2023 10:52:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F3CA33BEB9 for ; Fri, 11 Aug 2023 10:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A78A1F27 for ; Fri, 11 Aug 2023 10:52:33 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1691748006.9ce91430dd2d8e4f57c8b6366d0aa810c0d90cb8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9ce91430dd2d8e4f57c8b6366d0aa810c0d90cb8 X-VCS-Branch: master Date: Fri, 11 Aug 2023 10:52:33 +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: d9a857f4-07ee-44ae-9b0c-b2a6fa1d8169 X-Archives-Hash: 395f27b94affd13477267c99581c5708 commit: 9ce91430dd2d8e4f57c8b6366d0aa810c0d90cb8 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Aug 11 06:23:49 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Aug 11 10:00:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce91430 app-emulation/wine-vanilla: fix build with clang:17 Was silently ignored with gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-8.0.1.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-8.11-r1.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-8.12.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild | 12 ++++++++++++ app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 12 ++++++++++++ 7 files changed, 84 insertions(+) diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild index 31bb2a4e7fdf..eee523c84dde 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild @@ -171,6 +171,18 @@ src_prepare() { default + if tc-is-clang; then + if use mingw; then + # -mabi=ms was ignored by