diff options
-rwxr-xr-x | bin/regenworld | 2 |
1 files changed, 1 insertions, 1 deletions
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] == "*") |