diff options
| author | Andrew Schwartzmeyer | 2014-05-05 14:08:09 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-05-05 21:33:32 -0500 |
| commit | a7bd79b349eea85e1530c688b0f407204901d21e (patch) | |
| tree | ba07e4a357f929de334bda3f426aeb1c4c41b769 /Library | |
| parent | 0c534d2293cf19b039d06b69f6d01fac374eb2ac (diff) | |
| download | homebrew-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.rb | 2 |
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", |
