From 15c3f994e75859017a8deba60f084d41d2a7ee9c Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Fri, 4 Aug 2006 13:43:23 +0000 Subject: ignore packages that were just fetched from being added to the worldfile svn path=/main/trunk/; revision=4150 --- bin/regenworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] == "*") -- cgit v1.2.3-1-g7c22