Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v2] env-update: change prelink to use /etc/prelink.conf.d/portage.conf
Date: Mon, 13 May 2013 05:46:47
Message-Id: 51907E43.3010609@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH v2] env-update: change prelink to use /etc/prelink.conf.d/portage.conf by Mike Frysinger
1 On 05/12/2013 05:49 PM, Mike Frysinger wrote:
2 > Newer prelinks can support /etc/prelink.conf.d/ files. So that prelink
3 > can install /etc/prelink.conf and manage it itself, have env-update only
4 > write /etc/prelink.conf.d/portage.conf instead of clobbering the main
5 > /etc/prelink.conf file.
6 >
7 > This should be backwards compatible as portage will conditionally change
8 > /etc/prelink.conf to use the new /etc/prelink.conf.d/ too.
9 >
10 > URL: http://bugs.gentoo.org/266855
11 > Signed-off-by: Mike Frysinger <vapier@g.o>
12 > ---
13 > v2
14 > - tweak prelink.conf update style
15 >
16 > pym/portage/util/env_update.py | 61 ++++++++++++++++++++++++++----------------
17 > 1 file changed, 38 insertions(+), 23 deletions(-)
18
19 Looks good to me.
20 --
21 Thanks,
22 Zac