Home
       tdev-lang/rust: Add cargo USE flag. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit a9af8ee4842e46558b2b7d9e6412f6c16572f42b
   DIR parent e92c4cd94c7c8910fbedd8e8fe9c0837243a5961
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat,  6 Oct 2018 09:36:31 +0200
       
       dev-lang/rust: Add cargo USE flag.
       
       Diffstat:
         M dev-lang/rust/rust-1.27.0.ebuild    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dev-lang/rust/rust-1.27.0.ebuild b/dev-lang/rust/rust-1.27.0.ebuild
       t@@ -63,7 +63,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
        
        LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
        
       -IUSE="debug doc extended jemalloc libressl system-llvm wasm ${ALL_LLVM_TARGETS[*]}"
       +IUSE="debug doc extended cargo jemalloc libressl system-llvm wasm ${ALL_LLVM_TARGETS[*]}"
        
        RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
                        jemalloc? ( dev-libs/jemalloc )