Add --rebuilt-binaries-timestamp option
authorSebastian Luther <SebastianLuther@gmx.de>
Thu, 8 Apr 2010 05:59:15 +0000 (07:59 +0200)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 May 2010 10:52:06 +0000 (03:52 -0700)
commit0c85dbb060efade7114a72db615199c88e8558d6
treed5ebb6809ccc8826e5909badb6ab13761e520b40
parentdf1e465d93291689e425ddfd211d8680341322da
Add --rebuilt-binaries-timestamp option

This option makes emerge ignore binaries that would have been used
for --rebuilt-binaries, if they are older than the given timestamp.
Binaries are only reinstalled if they have a newer BUILD_TIME than
the installed package (not only unequal) with this option.
man/emerge.1
pym/_emerge/depgraph.py
pym/_emerge/main.py