Add python updater.

develop
parent 237ace5445
commit f2aeba3fc1

@ -135,6 +135,17 @@ class cl_assemble(color_print):
'hideout':True,
'step':"eixsync",
'foraction':('syncupdate',)},
# try install python
{'command':'emerge -u python',
'step':'updatepython',
'condition':'dev-lang/python',
'checkcommand':'emerge -uOp python'
},
# update python
{'command':'python-updater',
'step':'fixpython',
'condition':'dev-lang/python',
'progname':'python-updater'},
# try install perl
{'command':'emerge -u perl',
'step':'updateperl',

Loading…
Cancel
Save