Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: aballier@g.o
Subject: Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib.
Date: Sat, 26 Jan 2013 15:08:16
Message-Id: 20130126160845.259a95cb@pomiocik.lan
In Reply to: Re: [gentoo-dev] [PATCH 2/2] Use new multilib flags in autotools-multilib. by Alexis Ballier
1 On Sat, 26 Jan 2013 11:54:44 -0300
2 Alexis Ballier <aballier@g.o> wrote:
3
4 > On Sat, 26 Jan 2013 13:11:41 +0100
5 > Michał Górny <mgorny@g.o> wrote:
6 >
7 > > > (maybe protect it with has_multilib_profile if you wish)
8 > >
9 > > Well, the current code assumes that no flags == non-multilib profile.
10 >
11 > .. and I hit send to quickly:
12 > coming back to the skype example, with this assumption, on x86
13 > libitneeds will have no abi useflag enabled while on amd64 it'll have
14 > abi_x86_32, so you'll end with deps like: x86? ( libitneeds ) !x86?
15 > ( libitneeds[abi_x86_32] )
16
17 Hmm, maybe we should make 'plain x86' use.force the abi_x86_32 flag
18 (though keeping it hidden). Then the following dep will work for both
19 arches:
20
21 libitneeds[abi_x86_32]
22
23 --
24 Best regards,
25 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies