Magellan Linux

Diff of /trunk/extras/hamcrest/hamcrest-1.3-r4.smage2

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

revision 29441 by niro, Wed Jun 14 13:39:28 2017 UTC revision 29442 by niro, Wed Jun 14 13:56:58 2017 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24   https://github.com/${PNAME}/JavaHamcrest/archive/${SRCFILE}   https://github.com/${PNAME}/JavaHamcrest/archive/${SRCFILE}
25   https://hamcrest.googlecode.com/files/${SRCFILE}   https://hamcrest.googlecode.com/files/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-${PVER}-random-build-failure.patch   mirror://${PNAME}/${PNAME}-${PVER}-random-build-failure-2.patch
28    
29  )  )
30    
# Line 36  src_prepare() Line 36  src_prepare()
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38   # fix random build errors   # fix random build errors
39   mpatch ${PNAME}-${PVER}-random-build-failure.patch || die   mpatch ${PNAME}-${PVER}-random-build-failure-2.patch || die
40  }  }
41    
42  src_compile()  src_compile()

Legend:
Removed from v.29441  
changed lines
  Added in v.29442