Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475712 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +10 lines)
Line  Link Here
0
-- tools/common.jam
0
++ tools/common.jam
Lines 763-769 Link Here
763
        switch $(f:G)
763
        switch $(f:G)
764
        {
764
        {
765
            case <base> :
765
            case <base> :
766
                result += $(name:B) ;
766
                local matched = [ MATCH "^(boost.*python)-.*" : $(name) ] ;
767
                if $(matched) = boost_python || $(matched) = boost_mpi_python
768
                {
769
            	    result += $(name) ;
770
            	}
771
            	else
772
                {
773
            	    result += $(name:B) ;
774
            	}
767
775
768
            case <toolset> :
776
            case <toolset> :
769
                result += [ join-tag $(f:G=) : [ toolset-tag $(name) : $(type) :
777
                result += [ join-tag $(f:G=) : [ toolset-tag $(name) : $(type) :

Return to bug 475712