diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index fd9cc5da7..8bce009aa 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1015,7 +1015,7 @@ for x in scanlist: stats["KEYWORDS.stupid"] += 1 fails["KEYWORDS.stupid"].append(x+"/"+y+".ebuild") - if "--ignore-other-arches" in myoptions: + if "--ignore-arches" in myoptions: arches=[[repoman_settings["ARCH"], repoman_settings["ARCH"], portage.groups]] else: arches=[] |