Skip to content

Commit

Permalink
yaws: depend on erlang@19
Browse files Browse the repository at this point in the history
Closes #14815.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
goncalotomas authored and ilovezfs committed Jun 23, 2017
1 parent e5390d6 commit 058840a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/yaws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Yaws < Formula
homepage "http://yaws.hyber.org"
url "http://yaws.hyber.org/download/yaws-2.0.4.tar.gz"
sha256 "da6677c315aadc7c64c970ef74eaa29f61eba886c7d30c61806651ac38c1e6c5"
revision 1

bottle do
sha256 "5ab4f7256486913bedd6bb616ca04b838fc317719539f71ee0da63abd0d9c1ab" => :sierra
Expand All @@ -20,7 +21,9 @@ class Yaws < Formula

option "without-yapp", "Omit yaws applications"

depends_on "erlang"
# Incompatible with Erlang/OTP 20.0
# See upstream issue from 9 Jun 2017 https://github.com/klacke/yaws/issues/309
depends_on "erlang@19"

# the default config expects these folders to exist
skip_clean "var/log/yaws"
Expand Down

0 comments on commit 058840a

Please sign in to comment.