Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-23 Thread Michał Górny
Dnia 2014-05-05, o godz. 10:29:12 Michał Górny mgo...@gentoo.org napisał(a): 2. adds ${MULTILIB_ABI} variable to foreach loops that contains the flag matching currently iterated ABI. e.g.: ${ABI} == amd64 ${MULTILIB_ABI} == abi_x86_64 Committed as MULTILIB_ABI_FLAG to avoid

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-23 Thread Bertrand Jacquin
On 2014-05-23 09:55, Michał Górny wrote: Dnia 2014-05-05, o godz. 10:29:12 Michał Górny mgo...@gentoo.org napisał(a): 2. adds ${MULTILIB_ABI} variable to foreach loops that contains the flag matching currently iterated ABI. e.g.: ${ABI} == amd64 ${MULTILIB_ABI} == abi_x86_64 Committed

[gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Michał Górny
Hi, Three quick patches for review: 1. adds multilib_get_enabled_abi_pairs() as a replacement for multilib_get_enabled_abis(). The latter returned just the value of ${ABI}, the new function returns ${use_flag}:${ABI} pairs. e.g.: multilib_get_enabled_abis: x86 amd64

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Ulrich Mueller
On Mon, 5 May 2014, Michał Górny wrote: Three quick patches for review: 1. adds multilib_get_enabled_abi_pairs() as a replacement for multilib_get_enabled_abis(). The latter returned just the value of ${ABI}, the new function returns ${use_flag}:${ABI} pairs. e.g.:

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/05/14 04:29 AM, Michał Górny wrote: 3. deprecates multilib_for_best_abi() since having two separate concepts of 'best ABI' and 'default ABI' is confusing, and mostly doesn't serve any real purpose. For improved consistency, we would

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Michał Górny
Dnia 2014-05-05, o godz. 11:02:33 Ulrich Mueller u...@gentoo.org napisał(a): On Mon, 5 May 2014, Michał Górny wrote: Three quick patches for review: 1. adds multilib_get_enabled_abi_pairs() as a replacement for multilib_get_enabled_abis(). The latter returned just the value of

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Michał Górny
Dnia 2014-05-05, o godz. 09:23:56 Ian Stakenvicius a...@gentoo.org napisał(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/05/14 04:29 AM, Michał Górny wrote: 3. deprecates multilib_for_best_abi() since having two separate concepts of 'best ABI' and 'default ABI' is

Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value deprecating multilib_for_best_abi()

2014-05-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/05/14 01:42 PM, Michał Górny wrote: Dnia 2014-05-05, o godz. 09:23:56 Ian Stakenvicius a...@gentoo.org napisał(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/05/14 04:29 AM, Michał Górny wrote: 3. deprecates