diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-18 21:32:45 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-18 21:32:45 +0100 | 
| commit | b4b7f11499e66b5eb40a2c6475d9637494db5826 (patch) | |
| tree | be9039b99bdcdb5af17c8a9c6ffa5b70407f391e | |
| parent | Move to C++0y (diff) | |
| download | gentoobrowse-api-b4b7f11499e66b5eb40a2c6475d9637494db5826.tar.bz2 gentoobrowse-api-b4b7f11499e66b5eb40a2c6475d9637494db5826.tar.xz gentoobrowse-api-b4b7f11499e66b5eb40a2c6475d9637494db5826.zip | |
The slicer feature should not be propergated, it's library specific whether it contains slicer data
| -rw-r--r-- | slice.jam | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ import toolset ;  type.register SLICE : ice ; -feature slicer : no yes : propagated ; +feature slicer : no yes ;  class slice-scanner : common-scanner  { | 
