Skip to content
Snippets Groups Projects
Commit b3a32070 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2366 from MikeMcQuaid/deprecate-tex

audit: deprecate depends_on :tex.
parents ec0737d7 8efc0a60
No related branches found
No related tags found
No related merge requests found
......@@ -1036,6 +1036,10 @@ class FormulaAuditor
problem ":apr is deprecated. Usage should be \"apr-util\""
end
if line =~ /depends_on :tex/
problem ":tex is deprecated."
end
# Commented-out depends_on
problem "Commented-out dep #{$1}" if line =~ /#\s*depends_on\s+(.+)\s*$/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment