Fix indentation mistake from the last commit.
authorZac Medico <zmedico@gentoo.org>
Sat, 8 Jul 2006 22:58:00 +0000 (22:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 8 Jul 2006 22:58:00 +0000 (22:58 -0000)
svn path=/main/trunk/; revision=3815

bin/emerge

index 792168fcc3c22a826d38e5193f2ba733cf3b1932..d48290aa01dad918ac058eb44824e6b3275d2210 100755 (executable)
@@ -715,9 +715,9 @@ class depgraph:
                                        iuses = set(bindb.aux_get(mykey, ["IUSE"])[0].split())
                                else:
                                        iuses = set(portdb.aux_get(mykey, ["IUSE"])[0].split())
-                                       if iuses.intersection(old_use) != \
-                                               iuses.intersection(myuse):
-                                               merging=1
+                               if iuses.intersection(old_use) != \
+                                       iuses.intersection(myuse):
+                                       merging=1
 
                else:   # Not addme
                        merging=2 # Quick hack to make --onlydeps continue with dep parsing but not merging