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:
Jack Nagel 2012-02-13 20:48:54 -06:00
parent 150cf9b88c
commit 1d9ada295a

View File

@ -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