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 77AB215800A for ; Sun, 13 Aug 2023 19:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97F762BC01A; Sun, 13 Aug 2023 19:45:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7B2192BC01A for ; Sun, 13 Aug 2023 19:45:42 +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 76FCE335DBA for ; Sun, 13 Aug 2023 19:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0CA0F86 for ; Sun, 13 Aug 2023 19:45:39 +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: <1691955557.7e6eea87603252f3b2688e02730ba9a8230477d1.ionen@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-8.0.ebuild app-emulation/wine-staging/wine-staging-8.11-r1.ebuild app-emulation/wine-staging/wine-staging-8.12.ebuild app-emulation/wine-staging/wine-staging-8.13.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7e6eea87603252f3b2688e02730ba9a8230477d1 X-VCS-Branch: master Date: Sun, 13 Aug 2023 19:45:39 +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: 4757a128-b79b-4dc5-960d-7ae741b0a784 X-Archives-Hash: 4f3d48fb43fd40aaf9794900bea991b8 commit: 7e6eea87603252f3b2688e02730ba9a8230477d1 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 13 19:32:35 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 13 19:39:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6eea87 app-emulation/wine-staging: adjust comments w/ bugref for clang Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-8.0.ebuild | 2 +- app-emulation/wine-staging/wine-staging-8.11-r1.ebuild | 2 +- app-emulation/wine-staging/wine-staging-8.12.ebuild | 2 +- app-emulation/wine-staging/wine-staging-8.13.ebuild | 3 ++- app-emulation/wine-staging/wine-staging-9999.ebuild | 3 ++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-8.0.ebuild b/app-emulation/wine-staging/wine-staging-8.0.ebuild index 9b2fa68aa6e5..02e21b401e18 100644 --- a/app-emulation/wine-staging/wine-staging-8.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.0.ebuild @@ -208,7 +208,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-staging/wine-staging-8.11-r1.ebuild b/app-emulation/wine-staging/wine-staging-8.11-r1.ebuild index f2f9ddf5ead8..3de52318a359 100644 --- a/app-emulation/wine-staging/wine-staging-8.11-r1.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.11-r1.ebuild @@ -221,7 +221,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-staging/wine-staging-8.12.ebuild b/app-emulation/wine-staging/wine-staging-8.12.ebuild index f2f9ddf5ead8..3de52318a359 100644 --- a/app-emulation/wine-staging/wine-staging-8.12.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.12.ebuild @@ -221,7 +221,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-staging/wine-staging-8.13.ebuild b/app-emulation/wine-staging/wine-staging-8.13.ebuild index bf30ea0d2af9..beaa12265098 100644 --- a/app-emulation/wine-staging/wine-staging-8.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.13.ebuild @@ -41,6 +41,7 @@ IUSE=" +truetype udev udisks +unwind usb v4l +vulkan wayland wow64 +xcomposite xinerama" # bug #551124 for truetype +# TODO: wow64 can be done without mingw if using clang (needs bug #912237) REQUIRED_USE=" X? ( truetype ) crossdev-mingw? ( mingw ) @@ -233,7 +234,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index bf30ea0d2af9..beaa12265098 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -41,6 +41,7 @@ IUSE=" +truetype udev udisks +unwind usb v4l +vulkan wayland wow64 +xcomposite xinerama" # bug #551124 for truetype +# TODO: wow64 can be done without mingw if using clang (needs bug #912237) REQUIRED_USE=" X? ( truetype ) crossdev-mingw? ( mingw ) @@ -233,7 +234,7 @@ src_prepare() { # drop as a quick fix for now which hopefully should be safe sed -i '/MSVCRTFLAGS=/s/-mabi=ms//' configure.ac || die else - # ./configure will abort looking for -mabi=ms, so do it early + # known broken due to bug #912237, require mingw for now die "building ${PN} with clang requires USE=mingw to be enabled" fi fi