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 6EF61158066 for ; Sat, 24 Aug 2024 06:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09774E2A44; Sat, 24 Aug 2024 06:59:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5A69E2A44 for ; Sat, 24 Aug 2024 06:59:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29D9F34301C for ; Sat, 24 Aug 2024 06:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BE621F0F for ; Sat, 24 Aug 2024 06:58:58 +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: <1724482681.d6447534386cf239779492bdec636182bd1f5c91.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-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d6447534386cf239779492bdec636182bd1f5c91 X-VCS-Branch: master Date: Sat, 24 Aug 2024 06:58:58 +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: b145bd12-0fb1-4a00-8982-a862f25f6673 X-Archives-Hash: eab5b597f68ab101ec319af766040f89 commit: d6447534386cf239779492bdec636182bd1f5c91 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Aug 24 03:36:13 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 24 06:58:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6447534 app-emulation/wine-staging: remove obsolete gcc14 workaround Unsure since when but noticed that upstream's CI is passing again, it used to fail due to gcc14 and releases were happening anyway leaving it like that. Have not thoroughly tested but a simple build seems fine. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 701e686b693b..992a6503e0ea 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -334,11 +334,6 @@ src_configure() { strip-unsupported-flags fi - # >=wine-vanilla-9 has proper fixes and builds with gcc-14, but - # staging patchset is messier and would rather not have to worry - # about it (try to remove on bump now and then, bug #919758) - append-cflags $(test-flags-CC -Wno-error=incompatible-pointer-types) - if use mingw; then use crossdev-mingw || PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH}