Archive for the 'Gentoo' Category

How to install Gentoo masked packages?

You can ask emerge to use the masked version available in portage by setting the variable ACCEPT_KEYWORDS to ACCEPT_KEYWORDS=”~x86″ before running the emerge command. It makes sense to set a command alias in roots .bashrc that goes alias aemerge=’ACCEPT_KEYWORDS=”~x86″ emerge’.