Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE)
Date: Wed, 17 Jul 2013 17:23:21
Message-Id: 87txjtp0co.fsf@nyu.edu
In Reply to: Re: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE) by Neil Bothwick
1 On Wed, Jul 17 2013, Neil Bothwick wrote:
2
3 > On Tue, 16 Jul 2013 20:44:18 -0400, gottlieb@×××.edu wrote:
4 >
5 >> I just did it again with cut and paste from above.
6 >> Now the end of make.conf is (from cut and paste)
7 >>
8 >> FEATURES=" buildsyspkg"
9 >>
10 >> USE="-networkmanager"
11 >>
12 >> and I still get
13 >>
14 >> newlap gottlieb # emerge --depclean networkmanager
15 >>
16 >> Calculating dependencies... done!
17 >> net-misc/networkmanager-0.9.8.2 pulled in by:
18 >> gnome-base/gnome-control-center-3.6.3-r1 requires
19 >> >=net-misc/networkmanager-0.8.997
20 >> gnome-base/gnome-shell-3.6.3.1 requires
21 >> >=net-misc/networkmanager-0.8.999[introspection]
22 >> gnome-extra/nm-applet-0.9.6.4-r1 requires
23 >> >=net-misc/networkmanager-0.9.6 net-libs/libsocialweb-0.25.21 requires
24 >> >net-misc/networkmanager
25 >
26 > Did you do "emerge --update --deep --changed-use --ask @world" after
27 > changing make.conf? Changing the USE flag there doesn't change the flags
28 > that those packages were built with. They will need to be rebuilt without
29 > NM support before portage allows you to depclean it.
30
31 Right. Our msgs outlining the problem and its soln crossed in the mail.
32 The above was indeed the problem and the required fix.
33
34 thanks as always,
35 allan