Gentoo Archives: gentoo-user

From: "Sebastian Beßler" <sebastian@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why is KDE part of the system set?
Date: Thu, 24 Feb 2011 14:07:09
Message-Id: 4D665BC4.6020604@darkmetatron.de
In Reply to: Re: [gentoo-user] Why is KDE part of the system set? by Dale
1 Am 24.02.2011 14:03, schrieb Dale:
2
3 > If I do this:
4 >
5 > USE="-*" emerge -pv system
6 >
7 > I get this:
8 >
9 > Total: 50 packages (50 reinstalls)
10 >
11 > What a difference USE flags makes huh?
12
13 You forgot to add the e, without it you reinstall only the 50 packages
14 in @system, because the dependencies are all there at this time.
15
16 USE="-*" emerge -pv @system
17 Total: 50 packages (50 reinstalls)
18
19 emerge -pv @system
20 Total: 50 packages (50 reinstalls)
21
22 USE="-*" emerge -pve @system
23 Total: 88 packages (88 reinstalls)
24
25 But yes, the difference 88 to more then 400 is really big.

Replies

Subject Author
Re: [gentoo-user] Why is KDE part of the system set? Dale <rdalek1967@×××××.com>