aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Schwartzmeyer2014-05-05 14:08:09 -0700
committerJack Nagel2014-05-05 21:33:32 -0500
commita7bd79b349eea85e1530c688b0f407204901d21e (patch)
treeba07e4a357f929de334bda3f426aeb1c4c41b769 /Library
parent0c534d2293cf19b039d06b69f6d01fac374eb2ac (diff)
downloadhomebrew-a7bd79b349eea85e1530c688b0f407204901d21e.tar.bz2
emacs: use ENV.deparallelize over ENV.j1
Closes #28983. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 477bd4754..06a75e45f 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -76,7 +76,7 @@ class Emacs < Formula
def install
# HEAD builds blow up when built in parallel as of April 20 2012
- ENV.j1 if build.head?
+ ENV.deparallelize if build.head?
args = ["--prefix=#{prefix}",
"--without-dbus",