From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8976198005 for ; Sun, 3 Mar 2013 18:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7774BE08F2; Sun, 3 Mar 2013 18:26:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE87BE07CC for ; Sun, 3 Mar 2013 18:26:23 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id B5AE833DC30 for ; Sun, 3 Mar 2013 18:26:22 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k14so5362491iea.13 for ; Sun, 03 Mar 2013 10:26:21 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.50.219.234 with SMTP id pr10mr589359igc.26.1362335180995; Sun, 03 Mar 2013 10:26:20 -0800 (PST) Received: by 10.64.102.66 with HTTP; Sun, 3 Mar 2013 10:26:20 -0800 (PST) In-Reply-To: References: Date: Sun, 3 Mar 2013 13:26:20 -0500 Message-ID: Subject: Re: [gentoo-user] How to disable Windows x64 support in Wine? From: Mike Gilbert To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 0c2236c4-e414-4cb8-83a4-ea1094623767 X-Archives-Hash: e5eb283d8f7050826714c81564996603 On Sun, Mar 3, 2013 at 1:01 PM, Nikos Chantziaras 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