Magellan Linux

Diff of /trunk/extras/python-slip/python-slip-0.6.5-r1.smage2

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

revision 31946 by niro, Wed Jan 2 15:24:10 2019 UTC revision 31947 by niro, Wed Jan 2 15:31:52 2019 UTC
# Line 108  split_info_python-slip-gtk() Line 108  split_info_python-slip-gtk()
108   DEPEND=">= dev-python/python2-slip-gtk-1"   DEPEND=">= dev-python/python2-slip-gtk-1"
109  }  }
110    
111    
112    src_prepare()
113    {
114     python2_src_prepare || die
115     python3_src_prepare || die
116    }
117    
118    src_compile()
119    {
120     python2_src_compile || die
121     python3_src_compile || die
122    }
123    
124  src_install_python2-slip()  src_install_python2-slip()
125  {  {
126   python2_src_install || die   python2_src_install || die

Legend:
Removed from v.31946  
changed lines
  Added in v.31947