audit: smake is also a build tool
This commit is contained in:
parent
7278eaec51
commit
f059e9624c
@ -30,7 +30,7 @@ def audit_formula_text name, text
|
|||||||
end
|
end
|
||||||
|
|
||||||
# cmake, pkg-config, and scons are build-time deps
|
# cmake, pkg-config, and scons are build-time deps
|
||||||
if text =~ /depends_on ['"](cmake|pkg-config|scons)['"]$/
|
if text =~ /depends_on ['"](cmake|pkg-config|scons|smake)['"]$/
|
||||||
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
|
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user