Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10004 - main/branches/2.1.2/bin
Date: Sun, 27 Apr 2008 20:16:55
Message-Id: E1JqDIr-0006Tv-7t@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-27 20:16:52 +0000 (Sun, 27 Apr 2008)
3 New Revision: 10004
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Never uninstall sys-apps/portage except through replacement. (trunk r10003)
9
10
11 Modified: main/branches/2.1.2/bin/emerge
12 ===================================================================
13 --- main/branches/2.1.2/bin/emerge 2008-04-27 20:15:57 UTC (rev 10003)
14 +++ main/branches/2.1.2/bin/emerge 2008-04-27 20:16:52 UTC (rev 10004)
15 @@ -3700,6 +3700,10 @@
16 continue
17
18 if "/" == task.root:
19 + # Never uninstall sys-apps/portage
20 + # except through replacement.
21 + if "sys-apps/portage" == task.cp:
22 + continue
23 # For packages in the system set, don't take
24 # any chances. If the conflict can't be resolved
25 # by a normal replacement operation then abort.
26
27 --
28 gentoo-commits@l.g.o mailing list