On 03/03/13 20:26, Mike Gilbert wrote:
On Sun, Mar 3, 2013 at 1:01 PM, Nikos Chantziaras <[email protected]> wrote:
app-emulation/wine-1.5.25 has (for some reason I can't comprehend) removed
its "win64" USE flag. Does anyone know how to disable 64-bit Windows support
now?
You want to override the ABI_X86 use-expand values.
A couple of possible methods:
Method 1:
Add this to /etc/portage/package.use
app-emulation/wine abi_x86_32 -abi_x86_64
Method 2:
Create an env file /etc/portage/env/32bit.conf
ABI_X86="32 -64"
Add this to /etc/portage/package.env
app-emulation/wine 32bit.conf
Thanks. Though I have to say that this makes no sense :-P Since I'm
not interested in the host's ABI, I wouldn't expect ABI_* to control
support for the wanted MS Windows architecture.