From 97b7980223aafac8d7283bf91b4cb126e8c5c243 Mon Sep 17 00:00:00 2001
From: Dan Goodliffe <dan@randomdan.homeip.net>
Date: Thu, 18 Jun 2015 21:32:45 +0100
Subject: The slicer feature should not be propergated, it's library specific
 whether it contains slicer data

---
 slice.jam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slice.jam b/slice.jam
index 9120a61..5b6429c 100644
--- a/slice.jam
+++ b/slice.jam
@@ -7,7 +7,7 @@ import toolset ;
 
 type.register SLICE : ice ;
 
-feature slicer : no yes : propagated ;
+feature slicer : no yes ;
 
 class slice-scanner : common-scanner
 {
-- 
cgit v1.2.3