summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-08-04 13:43:23 +0000
committerMarius Mauch <genone@gentoo.org>2006-08-04 13:43:23 +0000
commit15c3f994e75859017a8deba60f084d41d2a7ee9c (patch)
tree443dc806479811ed6f1726ef75f6d5605fd05573 /bin/regenworld
parentFix the installsources feature so that it works even with splitdebug or nostr... (diff)
downloadportage-multirepo-15c3f994e75859017a8deba60f084d41d2a7ee9c.tar.gz
portage-multirepo-15c3f994e75859017a8deba60f084d41d2a7ee9c.tar.bz2
portage-multirepo-15c3f994e75859017a8deba60f084d41d2a7ee9c.zip
ignore packages that were just fetched from being added to the worldfile
svn path=/main/trunk/; revision=4150
Diffstat (limited to 'bin/regenworld')
-rwxr-xr-xbin/regenworld2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/regenworld b/bin/regenworld
index b9937096..7b14c213 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] == "*")