Gentoo Archives: gentoo-portage-dev

From: Michael <kensington@×××××××××××.net>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Re: Re: Patch problem
Date: Fri, 04 Mar 2011 14:07:59
Message-Id: ikqrli$iht$1@dough.gmane.org
In Reply to: Re: [gentoo-portage-dev] Re: Patch problem by Zac Medico
1 Zac Medico wrote:
2 > Inside depgraph._resolve(), it returns False if
3 > self._dynamic_config._needed_use_config_changes is non-empty. You want
4 > to add an option that causes it to return True instead. Also, you'll
5 > need to propagate these changes to the config.setcpv() method somehow,
6 > so that the changes will be applied by the Scheduler at build time.
7 > Normally, the config.setcpv() method calculates USE based on config
8 > files, but you want it override the config files with whatever values
9 > the depgraph's _needed_use_config_changes contains.
10
11 Thanks - much appreciated.
12
13
14 -Michael