tig: Make readline recommended instead of required
Closes Homebrew/homebrew#38301. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
55fcefb39e
commit
9372d281f5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Tig < Formula
|
|||
depends_on "xmlto"
|
||||
end
|
||||
|
||||
depends_on "readline"
|
||||
depends_on "readline" => :recommended
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
|
|
Loading…
Reference in a new issue