Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: Zac Medico <zmedico@g.o>
Cc: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] doebuild: Support finding lib* for ccache/distcc/icecc masquerade dir
Date: Sun, 20 Dec 2015 17:39:32
Message-Id: 20151220183923.54e0312d.mgorny@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] doebuild: Support finding lib* for ccache/distcc/icecc masquerade dir by Zac Medico
1 On Mon, 14 Dec 2015 08:32:26 -0800
2 Zac Medico <zmedico@g.o> wrote:
3
4 > On 12/14/2015 07:18 AM, Michał Górny wrote:
5 > > Gentoo ccache used to historically swap between storing its masquerade
6 > > in 'lib' and $(get_libdir). To prevent breakage with any version of it,
7 > > and prevent future breakages when other tools change places randomly
8 > > try all three of $(get_libdir), 'lib' and 'libexec' looking for
9 > > masquerade dir and use the one that's found. Additionally, warn if there
10 > > is no masquerade dir.
11 > >
12 > > Fixes: https://bugs.gentoo.org/show_bug.cgi?id=567360
13 > > ---
14 > > pym/portage/package/ebuild/doebuild.py | 27 ++++++++++++++++++---------
15 > > 1 file changed, 18 insertions(+), 9 deletions(-)
16 >
17 > Looks good.
18
19 Merged.
20
21 --
22 Best regards,
23 Michał Górny
24 <http://dev.gentoo.org/~mgorny/>