Gentoo Archives: gentoo-user

From: Matti Nykyri <matti.nykyri@×××.fi>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Use Flags and Updating
Date: Tue, 20 May 2014 19:14:07
Message-Id: D61FBF5C-752C-462D-B1BC-2A515A86B66D@iki.fi
In Reply to: Re: [gentoo-user] Use Flags and Updating by Alexander Kapshuk
1 On May 20, 2014, at 14:49, Alexander Kapshuk <alexander.kapshuk@×××××.com> wrote:
2
3 > On 05/20/2014 02:40 PM, Hunter Jozwiak wrote:
4 >>
5 >>
6 >> From: Alexander Kapshuk [mailto:alexander.kapshuk@×××××.com]
7 >> Sent: Tuesday, May 20, 2014 7:44 AM
8 >> To: gentoo-user@l.g.o
9 >> Subject: Re: [gentoo-user] Use Flags and Updating
10 >>
11 >> On 05/20/2014 02:37 PM, Hunter Jozwiak wrote:
12 >> Hi all. How do I get Portage to update all software to use my new USE flags? I made some modifications to the variable, and I want to make sure that all packages can use the flags.
13 >> emerge(1)
14 >> -N -- --newuse
15 >>
16 >> Thank you.
17 >>
18 > No worries.
19 >
20 > Here's what I usually run when updating the world.
21 > Long version: emerge --ask --update --deep --with-bdeps=y --newuse @world
22 > With '--with-bdeps=y' set in the file shown below:
23 > grep bdeps /etc/portage/make.conf
24 > EMERGE_DEFAULT_OPTS="--with-bdeps=y"
25 >
26 > Short version: emerge -avuND @world
27 > -a [--ask]
28 > -v [--verbose]
29 > -u [--update]
30 > -N [--newuse]
31 > -D [--deep]
32
33 And how to remember this... Make it a name:
34
35 emerge -DuvaN @world
36
37 Human mind is a complex organ ;)
38
39 --
40 -Matti

Replies

Subject Author
Re: [gentoo-user] Use Flags and Updating Alexander Kapshuk <alexander.kapshuk@×××××.com>