[EMAIL PROTECTED] wrote:
How to comletely remove some package(i.e. no cfgpro, no !mtime)?
I believe that you can specify an empty CONFIG_PROTECT on the command line in
order to disable it:
CONFIG_PROTECT="" emerge --unmerge foo
The mtime check currently cannot be overrided without hacking portage.py.
if (pkgfiles[obj][0] not in ("dir","fif","dev","sym")) and (lmtime !=
pkgfiles[obj][1]):
print "--- !mtime", pkgfiles[obj][0], obj
continue
Zac
--
[email protected] mailing list

