Ejemplo n.º 1
0
 def reInstallPkg(self, pkgNameVer):
     with _FakeUsrSrcLinuxDirectory():
         FmUtil.cmdCallIgnoreResult("emerge", "-1", "=%s" % (pkgNameVer))
Ejemplo n.º 2
0
 def touchPortageTree(self):
     FmUtil.cmdCallIgnoreResult("emerge", "-s", "non-exist-package")