Boost-jam is now part of boost-build
So remove it, and add/update the appropriate aliases. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
150cf9b88c
commit
1d9ada295a
@ -24,7 +24,7 @@ def audit_formula_text name, text
|
||||
end
|
||||
|
||||
# cmake, pkg-config, and scons are build-time deps
|
||||
if text =~ /depends_on ['"](boost-jam|cmake|pkg-config|scons|smake)['"]$/
|
||||
if text =~ /depends_on ['"](boost-build|cmake|pkg-config|scons|smake)['"]$/
|
||||
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user