From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D9151584AD for ; Sun, 27 Apr 2025 10:53:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 29BBB343100 for ; Sun, 27 Apr 2025 10:53:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D75D1104CC; Sun, 27 Apr 2025 10:52:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 2C3011104CB for ; Sun, 27 Apr 2025 10:52:41 +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 DAD4C3430EC for ; Sun, 27 Apr 2025 10:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502A62807 for ; Sun, 27 Apr 2025 10:52:37 +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: <1745750975.f8577f63f858ee47d88d7dac4c6e693fe07897a9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/wine.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f8577f63f858ee47d88d7dac4c6e693fe07897a9 X-VCS-Branch: master Date: Sun, 27 Apr 2025 10:52:37 +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: c15887ba-a1b2-42ad-b09d-9cfcd10cb890 X-Archives-Hash: 4538dde6aabfe0ffc4128fb0dc260acf commit: f8577f63f858ee47d88d7dac4c6e693fe07897a9 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 27 10:49:18 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 27 10:49:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8577f63 wine.eclass: fix typo in comment Signed-off-by: Ionen Wolkens gentoo.org> eclass/wine.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/wine.eclass b/eclass/wine.eclass index 9cf9a1b443ee..1f5885d89c6f 100644 --- a/eclass/wine.eclass +++ b/eclass/wine.eclass @@ -255,7 +255,7 @@ wine_src_configure() { ) elif use abi_x86_64; then conf+=( - # per-arch flags are only respected with >=wine-9, + # per-arch flags are only respected with >=wine-10, # do a one-arch best effort fallback CROSSCFLAGS="${CROSSCFLAGS_amd64:-${CROSSCFLAGS:-$(_wine_flags c amd64)}}" CROSSLDFLAGS="${CROSSLDFLAGS_amd64:-${CROSSLDFLAGS:-$(_wine_flags ld amd64)}}"