Code: Select all
emerge --syncCode: Select all
emerge -u <packagename>There's two branches in portage, stable and testing (and other more bleeding edge ones if you go for third party ebuilds). These are specified through ACCEPT_KEYWORDS. ACCEPT_KEYWORDS="~x86" for testing and ACCEPT_KEYWORDS="x86" for stable.c0vert wrote:thanks!, what do you mean in your branch of gentoo?... and another quick question..> how can i add a user to the portage group? once i've already made the user that is
This holds only true on a package to package basis. I use ~x86 for my whole system (i.e. this is what my /etc/make.conf sets). But I also use ~x86 on a package to package basis on some of my x86 systems. However, you should know exactly what you are doing then!!!Users should never use ACCEPT_KEYWORDS="~x86".
Go ahead and RTFM!
http://gentoo-wiki.com/HOWTO_Use_Portage_Correctly
That only means if you want ~x86 version of a specific package you should use /etc/portage/package.keywords instead of emerging it with:dyatel15 wrote:Users should never use ACCEPT_KEYWORDS="~x86".
Go ahead and RTFM!
http://gentoo-wiki.com/HOWTO_Use_Portage_Correctly
Code: Select all
ACCEPT_KEYWORDS="~x86" emerge whaterverI presume he read an official manual already.pussi wrote:
Besides, gentoo-wiki isn't actually a manual
Code: Select all
emerge -NDuav world