Magellan Linux

Diff of /branches/R11-stable/extras/korundum/korundum-4.9.4-r1.smage2

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

revision 14651 by niro, Tue Jan 1 23:26:49 2013 UTC revision 14652 by niro, Tue Jan 1 23:30:54 2013 UTC
# Line 17  DEPEND="== dev-util/smokegen-${PVER} Line 17  DEPEND="== dev-util/smokegen-${PVER}
17    
18  sminclude kde4  sminclude kde4
19    
20    SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-ruby19.patch )
21    
22  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
23    
24    src_prepare()
25    {
26     munpack ${SRCFILE} || die
27     cd ${SRCDIR}
28    
29     # fix build with ruby-1.9
30     mpatch ${PNAME}-${PVER}-ruby19.patch || die
31    }

Legend:
Removed from v.14651  
changed lines
  Added in v.14652