Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to disable Windows x64 support in Wine?
Date: Sun, 03 Mar 2013 18:26:34
Message-Id: CAJ0EP40f_eH3tTyY82e+2PPsG8PCrutaq0X03KDZTzuz4Ghu-Q@mail.gmail.com
In Reply to: [gentoo-user] How to disable Windows x64 support in Wine? by Nikos Chantziaras
1 On Sun, Mar 3, 2013 at 1:01 PM, Nikos Chantziaras <realnc@×××××.com> wrote:
2 > app-emulation/wine-1.5.25 has (for some reason I can't comprehend) removed
3 > its "win64" USE flag. Does anyone know how to disable 64-bit Windows support
4 > now?
5 >
6 >
7
8 You want to override the ABI_X86 use-expand values.
9
10 A couple of possible methods:
11
12 Method 1:
13
14 Add this to /etc/portage/package.use
15 app-emulation/wine abi_x86_32 -abi_x86_64
16
17 Method 2:
18
19 Create an env file /etc/portage/env/32bit.conf
20 ABI_X86="32 -64"
21
22 Add this to /etc/portage/package.env
23 app-emulation/wine 32bit.conf

Replies

Subject Author
[gentoo-user] Re: How to disable Windows x64 support in Wine? Nikos Chantziaras <realnc@×××××.com>