root@rm ~$ emerge -np world [ebuild U ] app-office/openoffice-1.0.3-r1 [1.0.3] Since the -r1 represents a minor update to the portage configuration for the package, can we have a flag to emerge to ignore these minor updates and only show updates where the version number of the package itself has changed? Thanks. S.
I presume an implementation of this will also encourage the portage developers to increase the minor number on the 'portage' package when making a significant update, rather than just updating the release number! I would consider a solution to this bug a major benefit for systems administration.
No. This would be an unsafe practice as revision changes are made when the merged package changes significantly. You would place yourself liable for security breaches and persistent/harmful bugs. This will not be considered any time soon unless there is a significant reason. 'emerge inject' provides a partial solution to your problem.
Ah, OK. There was a kind of underlying assumption that when one changes a package, one also changes the version number. If this is false, then there isn't a lot we can do (except probably put paper bags on our heads). Thanks for the note.