Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How to disable Windows x64 support in Wine?
Date: Sun, 03 Mar 2013 19:04:30
Message-Id: kh06qq$6ni$1@ger.gmane.org
In Reply to: Re: [gentoo-user] How to disable Windows x64 support in Wine? by Mike Gilbert
1 On 03/03/13 20:26, Mike Gilbert wrote:
2 > On Sun, Mar 3, 2013 at 1:01 PM, Nikos Chantziaras <realnc@×××××.com> wrote:
3 >> app-emulation/wine-1.5.25 has (for some reason I can't comprehend) removed
4 >> its "win64" USE flag. Does anyone know how to disable 64-bit Windows support
5 >> now?
6 >
7 > You want to override the ABI_X86 use-expand values.
8 >
9 > A couple of possible methods:
10 >
11 > Method 1:
12 >
13 > Add this to /etc/portage/package.use
14 > app-emulation/wine abi_x86_32 -abi_x86_64
15 >
16 > Method 2:
17 >
18 > Create an env file /etc/portage/env/32bit.conf
19 > ABI_X86="32 -64"
20 >
21 > Add this to /etc/portage/package.env
22 > app-emulation/wine 32bit.conf
23
24 Thanks. Though I have to say that this makes no sense :-P Since I'm
25 not interested in the host's ABI, I wouldn't expect ABI_* to control
26 support for the wanted MS Windows architecture.