When I run emerge -avuDN world I receive a strange output for my grub package:
[ebuild U #] sys-boot/grub-1.99-r2 [1.99_rc1] USE="nls%* sdl%* truetype -custom-cflags -debug -device-mapper% -efiemu% -static (-multislot%)" GRUB_PLATFORMS="-coreboot% -efi-32% -efi-64% -emu% -ieee1275% -multiboot% -pc% -qemu% -qemu-mips% -yeeloong%" 2,578 kB
I do not understand the hash symbol.
In my portage configuration I have two entries on grub:
$ grep "grub" *
package.keywords:<sys-boot/grub-9999 **
package.unmask:sys-boot/grub
I don't know why, but removing one of the entries makes portage try to install grub-0.97 in new slot, so I keep both.
I'd be thankful for some explanation on this mysterious hash (and why do I need these two lines in configuration).