Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerge
Date: Sat, 02 Dec 2006 20:50:32
Message-Id: 4571E5DF.4050201@ilievnet.com
In Reply to: [gentoo-user] Emerge by Eduardo Luiz
1 Eduardo Luiz wrote:
2 > Hi,
3 > What should i do to emerge downloads the newests packages?
4 > I don´t care with stability..
5 > Thanks
6
7 Edit /etc/make.conf and add/change "ACCEPT_KEYWORDS" to
8 "~your-architecture". For example:
9
10 ACCEPT_KEYWORDS="x86" #means x86 stable
11 ACCEPT_KEYWORDS="~x86" #means x86 testing
12
13 Then "emerge --sync && emerge -Neav world"
14
15
16 --
17 Best regards,
18 Daniel
19
20
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Emerge Steve Dibb <beandog@g.o>