From a7bd79b349eea85e1530c688b0f407204901d21e Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 5 May 2014 14:08:09 -0700 Subject: emacs: use ENV.deparallelize over ENV.j1 Closes #28983. Signed-off-by: Jack Nagel --- Library/Formula/emacs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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", -- cgit v1.2.3