Magellan Linux

Diff of /trunk/core/python/python-2.6.0-r1.smage2

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

revision 215 by niro, Wed Oct 15 17:31:36 2008 UTC revision 216 by niro, Wed Oct 15 17:51:54 2008 UTC
# Line 44  SRC_URI=( Line 44  SRC_URI=(
44   mirror://${PNAME}/${PNAME}-${PVER}-gentoo_py_dontcompile.patch   mirror://${PNAME}/${PNAME}-${PVER}-gentoo_py_dontcompile.patch
45   mirror://${PNAME}/${PNAME}-2.4-disable_modules_and_ssl.patch   mirror://${PNAME}/${PNAME}-2.4-disable_modules_and_ssl.patch
46   mirror://${PNAME}/${PNAME}-2.5.0-mimetypes-apache.patch   mirror://${PNAME}/${PNAME}-2.5.0-mimetypes-apache.patch
47   mirror://${PNAME}/${PNAME}-${PVER}-lib64.patch   mirror://${PNAME}/${PNAME}-${PVER}-lib64-2.patch
48  )  )
49    
50  # sed line: on 2 digits add an zero: 2.6 -> 2.6.0  # sed line: on 2 digits add an zero: 2.6 -> 2.6.0
# Line 63  src_prepare() Line 63  src_prepare()
63    
64   if [[ $(mlibdir) = lib64 ]]   if [[ $(mlibdir) = lib64 ]]
65   then   then
66   mpatch ${PNAME}-${PVER}-lib64.patch || die   mpatch ${PNAME}-${PVER}-lib64-2.patch || die
67   fi   fi
68  }  }
69    

Legend:
Removed from v.215  
changed lines
  Added in v.216