Skip to content
Snippets Groups Projects
Commit a8e4cf4f authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

audit: flag imake as a build dep

parent e32e2475
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ def audit_formula_text name, text
problems << " * Check indentation of 'depends_on'."
end
# cmake, pkg-config, and scons are build-time deps
if text =~ /depends_on ['"](boost-build|cmake|pkg-config|scons|smake)['"]$/
# build tools should be flagged properly
if text =~ /depends_on ['"](boost-build|cmake|imake|pkg-config|scons|smake)['"]$/
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
end
......
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