From ae7b30668a4478c8ac63684cab7c307200a33626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 7 Aug 2010 20:06:30 +0200 Subject: Skip over new-style virtuals in the list. --- tinderbox-restart.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tinderbox-restart.sh') diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 56b9d57..44a33bf 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -81,8 +81,9 @@ emerge -u1 glibc bti screen gentoolkit java-dep-check portage-utils reset_emergelog # Generate a new complete list, this will also produce the list of new -# dependencies to satisfy. -./tinderbox.py > /var/cache/tinderbox/list-complete +# dependencies to satisfy. Ignore new-style virtuals, leave them to be +# merged out of dependencies. +./tinderbox.py | egrep -v '^virtual/' > /var/cache/tinderbox/list-complete # Launch the fetch operation in background, saving the log (of both # good results and failures). -- cgit v1.2.3