From: Marius Mauch Date: Fri, 4 Aug 2006 13:43:23 +0000 (-0000) Subject: ignore packages that were just fetched from being added to the worldfile X-Git-Tag: v2.1.1~102 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15c3f994e75859017a8deba60f084d41d2a7ee9c;p=portage.git ignore packages that were just fetched from being added to the worldfile svn path=/main/trunk/; revision=4150 --- diff --git a/bin/regenworld b/bin/regenworld index b99370962..7b14c2131 100755 --- a/bin/regenworld +++ b/bin/regenworld @@ -9,7 +9,7 @@ import os import portage, string, re __candidatematcher__ = re.compile("^[0-9]+: \\*\\*\\* emerge ") -__noncandidatematcher__ = re.compile(" sync( |$)| clean( |$)| search( |$)|--oneshot| unmerge( |$)") +__noncandidatematcher__ = re.compile(" sync( |$)| clean( |$)| search( |$)|--oneshot|--fetchonly| unmerge( |$)") def issyspkg(pkgline): return (pkgline[0] == "*")