emacs: devel spec targeting the emacs-24 branch

Closes Homebrew/homebrew#35278.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Anthony Cowley 2014-12-26 19:47:06 -05:00 committed by Jack Nagel
parent dd3f286183
commit 3de383e48b

View file

@ -30,6 +30,13 @@ class Emacs < Formula
deprecated_option "with-x" => "with-x11"
devel do
url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-24"
version "24.4-dev"
depends_on "autoconf" => :build
depends_on "automake" => :build
end
head do
url "http://git.sv.gnu.org/r/emacs.git"
depends_on "autoconf" => :build