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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E2D91581FD for ; Wed, 03 Sep 2025 01:28:27 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 03F8A33BE11 for ; Wed, 03 Sep 2025 01:28:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB8C611056F; Wed, 03 Sep 2025 01:28:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id E4B2B11056F for ; Wed, 03 Sep 2025 01:28:25 +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 9AF5C33BE11 for ; Wed, 03 Sep 2025 01:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAC8306C for ; Wed, 03 Sep 2025 01:28:23 +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: <1756862620.d09547ebed8a69cbbda2494c324c46beed064e2e.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: d09547ebed8a69cbbda2494c324c46beed064e2e X-VCS-Branch: master Date: Wed, 03 Sep 2025 01:28:23 +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: de4c2ee2-867e-4349-b49e-21c9d4546d4f X-Archives-Hash: 192b8679f724387a646e4cdd31b77948 commit: d09547ebed8a69cbbda2494c324c46beed064e2e Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 3 01:22:39 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 3 01:23:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09547eb wine.eclass: fix spacing 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 9db7c18a4e26..ae009e3635ad 100644 --- a/eclass/wine.eclass +++ b/eclass/wine.eclass @@ -356,7 +356,7 @@ wine_src_install() { fi use arm64 && use wow64 && - dosym -r /usr/lib/fex-xtajit/libwow64fex.dll \ + dosym -r /usr/lib/fex-xtajit/libwow64fex.dll \ ${WINE_PREFIX}/wine/aarch64-windows/xtajit.dll # delete unwanted files if requested, not done directly in ebuilds