Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10539 - main/branches/2.1.2/bin
Date: Sun, 01 Jun 2008 08:33:25
Message-Id: E1K2j0B-0002SZ-PH@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-06-01 08:33:18 +0000 (Sun, 01 Jun 2008)
3 New Revision: 10539
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Fix typo. (trunk r10538)
9
10
11 Modified: main/branches/2.1.2/bin/emerge
12 ===================================================================
13 --- main/branches/2.1.2/bin/emerge 2008-06-01 08:33:00 UTC (rev 10538)
14 +++ main/branches/2.1.2/bin/emerge 2008-06-01 08:33:18 UTC (rev 10539)
15 @@ -5319,7 +5319,7 @@
16 continue
17
18 try:
19 - myfavkey = create_world_atom(pkg, args_set, root_config)
20 + myfavkey = create_world_atom(x, args_set, root_config)
21 if myfavkey:
22 if myfavkey in added_favorites:
23 continue
24
25 --
26 gentoo-commits@l.g.o mailing list