summaryrefslogtreecommitdiff
blob: d74a882966810d8d5d43f51216a2d3c588c845f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- boostcpp.jam	2010-11-17 11:51:56.000000000 +0200
+++ boostcpp.jam.gentoo	2011-01-06 15:07:17.893270002 +0200
@@ -377,7 +377,7 @@
         if $(layout) = versioned
         {
             result = [ common.format-name
-                <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
+                <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
                 -$(BUILD_ID)
                 : $(name) : $(type) : $(property-set) ] ;
         }