From 2dc91164152caae7cd15ce6bffc6c44f3ddc62e5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Jan 2012 22:39:09 -0600 Subject: pil: fix typo Signed-off-by: Jack Nagel --- Library/Formula/pil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/pil.rb b/Library/Formula/pil.rb index a861128a8..96f363dc1 100644 --- a/Library/Formula/pil.rb +++ b/Library/Formula/pil.rb @@ -15,7 +15,7 @@ class Pil < Formula archs.remove_ppc! # Can't build universal on 32-bit hardware. See: # https://github.com/mxcl/homebrew/issues/5844 - archs.delete! :x86_64 if Hardware.is_32_bit? + archs.delete :x86_64 if Hardware.is_32_bit? ENV['ARCHFLAGS'] = archs.as_arch_flags inreplace "setup.py" do |s| -- cgit v1.2.3