Gentoo Archives: gentoo-user

From: "Stephan Müller" <fruktopus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Use Flags and Updating
Date: Tue, 20 May 2014 11:48:07
Message-Id: 537B40EF.6030901@gmail.com
In Reply to: [gentoo-user] Use Flags and Updating by Hunter Jozwiak
1 Am 20.05.2014 13:37, schrieb Hunter Jozwiak:
2 > Hi all. How do I get Portage to update all software to use my new USE
3 > flags? I made some modifications to the variable, and I want to make
4 > sure that all packages can use the flags.
5 >
6
7
8 Hi,
9
10 you can use the --newuse option of emerge, like this:
11
12 # emerge --newuse world
13
14 you should also take a look at --changed-use. This ignores irrelevant
15 changes since installation.
16
17 ~frukto