ArchRequirement: takes a single arch

Fixes Homebrew/homebrew#19646.
This commit is contained in:
Misty De Meo 2013-05-06 22:49:31 -05:00
parent 7412a71e9d
commit 57534cf7b2

View File

@ -93,7 +93,7 @@ class ArchRequirement < Requirement
fatal true fatal true
def initialize(arch) def initialize(arch)
@arch = arch @arch = arch.pop
super super
end end