From 34172fca081063a4af798111efce6488caeca830 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 4 Sep 2006 23:58:20 +0000 Subject: Add an additional note about $ROOT and USE flag handling in dep_check. svn path=/main/trunk/; revision=4407 --- pym/portage.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index c9ad04a88..dee3005a5 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3456,6 +3456,9 @@ def dep_check(depstring, mydbapi, mysettings, use="yes", mode=None, myuse=None, # should have already been applied via config.regenerate(). Also, # binary or installed packages may have been built with flags that # are now masked, and it would be inconsistent to mask them now. + # Additionally, myuse may consist of flags from a parent package + # that is being merged to a $ROOT that is different from the one + # that mysettings represents. mymasks.update(mysettings.usemask) mymasks.update(mysettings.pusemask) mymasks.update(mysettings.archlist()) -- cgit v1.2.3-1-g7c22