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