sphinx: put reason on one line
This commit is contained in:
parent
9217340222
commit
bf1cc0d4b9
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ class Sphinx < Formula
|
|||
|
||||
fails_with :clang do
|
||||
build 421
|
||||
cause <<-EOS.undent
|
||||
sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval'
|
||||
EOS
|
||||
cause "sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval'"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue