aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEmanuel Evans2014-11-13 12:18:48 -0800
committerJack Nagel2014-11-13 20:56:33 -0600
commit50484c9f71728d136ab121c6de6b1f4104505703 (patch)
treeecf0a54a2d4c84b9c60f88678654fa6281d05b0f /Library/Formula
parentcaf7cac77838ff018ed1f2f4b0301759e5bafa70 (diff)
downloadhomebrew-50484c9f71728d136ab121c6de6b1f4104505703.tar.bz2
emacs: switch head to new git repo
Closes #34166. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index dacc3127f..8f0bdf9bd 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -26,18 +26,12 @@ class Emacs < Formula
end
option "cocoa", "Build a Cocoa version of emacs"
- option "use-git-head", "Use Savannah (faster) git mirror for HEAD builds"
option "keep-ctags", "Don't remove the ctags executable that emacs provides"
deprecated_option "with-x" => "with-x11"
head do
- if build.include? "use-git-head"
- url "http://git.sv.gnu.org/r/emacs.git"
- else
- url "bzr://http://bzr.savannah.gnu.org/r/emacs/trunk"
- end
-
+ url "http://git.sv.gnu.org/r/emacs.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
end