Gentoo Archives: gentoo-portage-dev

From: "Yannick Le Saint (kyncani)" <y.lesaint@××××.fr>
To: gentoo-portage-dev@g.o
Subject: [gentoo-portage-dev] continue emerging after failure
Date: Mon, 08 Dec 2003 09:13:38
Message-Id: 1070896403.4786.75.camel@kyncani.lesaint
1 If emerge -uUDv world would upgrade fetchmail, jikes and dhcp (and
2 their dependencies), if fetchmail cannot be upgraded for some reason,
3 emerge should go on and upgrade jikes and dhcp :
4
5 I mean emerge -uUDv world
6 should have the same effect than
7 for p in $(</var/cache/edb/world); do emerge -uUDv "$p"; done
8
9 This request is in bugzilla but has not found its way into portage
10 first generation. I think it should be in portage-ng.
11
12 Regards.
13
14
15
16 --
17 gentoo-portage-dev@g.o mailing list