commit:     2c3256ac8d37dfc90c680d59dd864cd71873c5c3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  3 01:31:39 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep  3 01:32:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3256ac

wine.eclass: fix spacing further

Missed the line below also had a tab too many.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 eclass/wine.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/wine.eclass b/eclass/wine.eclass
index ae009e3635ad..1336b8642f23 100644
--- a/eclass/wine.eclass
+++ b/eclass/wine.eclass
@@ -357,7 +357,7 @@ wine_src_install() {
 
        use arm64 && use wow64 &&
                dosym -r /usr/lib/fex-xtajit/libwow64fex.dll \
-                               ${WINE_PREFIX}/wine/aarch64-windows/xtajit.dll
+                       ${WINE_PREFIX}/wine/aarch64-windows/xtajit.dll
 
        # delete unwanted files if requested, not done directly in ebuilds
        # given must be done after install and before wrappers

Reply via email to