summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-03 17:43:40 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-03 17:43:40 -0800
commit7a43d645d1d6b47cba6c78bbcc01ddc89ddcb24c (patch)
treedeb84459432d0bbd8589f00c0c46e55ef16d9e6f /pym
parent68bdfe7c15fcc6c268f66d1b89348cf7ed4f2eb5 (diff)
downloadportage-7a43d645d1d6b47cba6c78bbcc01ddc89ddcb24c.tar.gz
portage-7a43d645d1d6b47cba6c78bbcc01ddc89ddcb24c.tar.bz2
portage-7a43d645d1d6b47cba6c78bbcc01ddc89ddcb24c.zip
fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index bbf92d284..a75dfc1a7 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2271,7 +2271,7 @@ class depgraph(object):
self._pkg_use_enabled(pkg),
pkg.iuse.is_valid_flag):
required_use_unsatisfied.append(pkg)
- continue
+ continue
if pkg.built and not mreasons:
mreasons = ["use flag configuration mismatch"]
masked_packages.append(