Magellan Linux

Diff of /trunk/extras/rust/rust-1.23.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30454 by niro, Tue Jan 23 09:34:19 2018 UTC revision 30455 by niro, Tue Jan 23 10:27:30 2018 UTC
# Line 25  SDEPEND=">= sys-dev/llvm-5.0 Line 25  SDEPEND=">= sys-dev/llvm-5.0
25  if [[ ${BOOTSTRAP} = 0 ]]  if [[ ${BOOTSTRAP} = 0 ]]
26  then  then
27   SDEPEND+="   SDEPEND+="
28   >= dev-lang/rust-1.21"   >= dev-lang/rust-1.22"
29  fi  fi
30    
31  SRCFILE="${PNAME}c-${PVER}-src.tar.gz"  SRCFILE="${PNAME}c-${PVER}-src.tar.gz"
# Line 87  src_compile() Line 87  src_compile()
87   local myconf   local myconf
88    
89   # enforce rust-bin chost   # enforce rust-bin chost
90   local myARCH   local myARCH="${ARCH}"
91   [[ ${ARCH} = i*86 ]] && myARCH=i686   [[ ${ARCH} = i*86 ]] && myARCH=i686
92   myconf+=" --host=${myARCH}-unknown-linux-gnu --build=${myARCH}-unknown-linux-gnu"   myconf+=" --host=${myARCH}-unknown-linux-gnu --build=${myARCH}-unknown-linux-gnu"
93    

Legend:
Removed from v.30454  
changed lines
  Added in v.30455