[gentoo-user] Re: abi_x86_32 FLAG

2015-04-21 Thread Grant Edwards
On 2015-04-20, Mike Gilbert wrote: > On Mon, Apr 20, 2015 at 6:47 PM, Heiko Baums wrote: >> Am 21.04.2015 um 00:22 schrieb Joseph: >>> I'm trying to update one of my amd64 (I use XFCE) and there are lot of >>> package that require use flag: abi_x86_32 >>> >>> Which package is forcing new: abi_x86

[gentoo-user] Re: abi_x86_32

2013-03-29 Thread Nikos Chantziaras
On 29/03/13 16:21, Raffaele BELARDI wrote: By the way, I found this: $ cat /usr/portage/profiles/desc/abi_x86.desc [...] 32 - 32-bit (x86) libraries 64 - 64-bit (amd64) libraries x32 - x32 ABI libraries ...and searching for USE_EXPAND in http://devmanual.gentoo.org/general-concepts/use-flags/ s

Re: [gentoo-user] Re: abi_x86_32

2013-03-29 Thread Raffaele BELARDI
On 03/28/2013 08:11 PM, Nikos Chantziaras wrote: > On 28/03/13 20:39, Paul Hartman wrote: >> Like the forum post you linked says, instead of setting abi_x86_32 as >> a USE flag, what you can do in your make.conf is set: >> >> ABI_X86="64 32" >> >> (if you want to build both 32bit and 64bit) > > I

[gentoo-user] Re: abi_x86_32

2013-03-28 Thread Nikos Chantziaras
On 28/03/13 20:39, Paul Hartman wrote: Like the forum post you linked says, instead of setting abi_x86_32 as a USE flag, what you can do in your make.conf is set: ABI_X86="64 32" (if you want to build both 32bit and 64bit) I think ABI_X86="32" is enough, since on AMD64 the "64" is always ther