From: Zac Medico Date: Tue, 3 Jul 2007 00:57:44 +0000 (-0000) Subject: Add USE to the list of metadata keys to pull. X-Git-Tag: v2.2_pre1~1095 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3f88c242bbcf5ed3aaafd3b0524dcad4a8d150b;p=portage.git Add USE to the list of metadata keys to pull. svn path=/main/trunk/; revision=7132 --- diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 0578a623a..73a705840 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -3413,7 +3413,7 @@ class MergeTask(object): resume_opts metadata_keys = [k for k in portage.auxdbkeys \ - if not k.startswith("UNUSED_")] + if not k.startswith("UNUSED_")] + ["USE"] mergecount=0 for x in mymergelist: