Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9975 - main/branches/2.1.2/bin
Date: Fri, 25 Apr 2008 17:33:32
Message-Id: E1JpRnd-0002a0-L6@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-25 17:33:28 +0000 (Fri, 25 Apr 2008)
3 New Revision: 9975
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Don't duplicate "system" in xterm titles either.
9
10
11 Modified: main/branches/2.1.2/bin/emerge
12 ===================================================================
13 --- main/branches/2.1.2/bin/emerge 2008-04-25 17:31:10 UTC (rev 9974)
14 +++ main/branches/2.1.2/bin/emerge 2008-04-25 17:33:28 UTC (rev 9975)
15 @@ -8153,8 +8153,8 @@
16 myelogstr=""
17 if myopts:
18 myelogstr=" ".join(myopts)
19 - if myaction and myaction != "world":
20 - # Exclude "world" here because myfiles
21 + if myaction and myaction not in ("system", "world"):
22 + # Exclude "world" and "system" here because myfiles
23 # contains a duplicate.
24 myelogstr+=" "+myaction
25 if myfiles:
26
27 --
28 gentoo-commits@l.g.o mailing list