09ad8fe
--- mash/__init__.py.orig	2008-02-20 00:05:38.000000000 +0100
09ad8fe
+++ mash/__init__.py	2008-02-20 00:05:48.000000000 +0100
09ad8fe
@@ -214,7 +214,6 @@ class Mash:
09ad8fe
                     excludearch[pkg['build_id']] = hdr['EXCLUDEARCH']
09ad8fe
                     exclusivearch[pkg['build_id']] = hdr['EXCLUSIVEARCH']
09ad8fe
                     fn.close()
09ad8fe
-                    continue
09ad8fe
 
09ad8fe
                 if (excludearch[pkg['build_id']] and has_any(masharch.compat[target_arch], excludearch[pkg['build_id']])) or \
09ad8fe
                         (exclusivearch[pkg['build_id']] and not has_any(masharch.compat[target_arch], exclusivearch[pkg['build_id']])):