maillog: 09/03/2008-13:07:22(+0000): Ciaran McCreesh types > The rules for "what gets added to world" are currently: > ... > > Portage's rules are a bit different. So far as I know, which could be > out of date: > > * it won't add things if the package is already installed
As far as I know, portage will add the package if it is on the command-line, even if it is installed. I just tried it: $ grep view /var/lib/portage/world ; echo $? 1 # emerge -avO libview These are the packages that would be merged, in order: [ebuild R ] x11-libs/libview-0.6.1 USE="-debug" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB .... $ grep view /var/lib/portage/world ; echo $? x11-libs/libview 0 -- (* Georgi Georgiev (* If you MUST get married, it is always (* *) [EMAIL PROTECTED] *) advisable to marry beauty. Otherwise, *) (* http://www.gg3.net/ (* you'll never find anybody to take her off (* *) ------------------- *) your hands. *) _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
