aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pil.rb2
1 files changed, 1 insertions, 1 deletions
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|