audit: make boost-jam a build-time dependency
This commit is contained in:
parent
6b669981de
commit
62cfa49082
@ -24,7 +24,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|smake)['"]$/
|
if text =~ /depends_on ['"](boost-jam|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