Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE)
Date: Tue, 16 Jul 2013 13:49:57
Message-Id: 87y596sjgp.fsf@nyu.edu
1 (This is not a msg about networkmanager's quality.)
2
3 My main system is ~amd64 and runs gnome-3.6.
4
5 I wanted to experiment with removing networkmanager.
6 I do not have networkmanager in world and did not have it in make.conf.
7 However gnome-3.6 by default pulls it in. For example
8 gnome-control-center-3.6.3-r1.ebuild contains
9
10 IUSE="+bluetooth +colord +cups +gnome-online-accounts +i18n
11 input_devices_wacom kerberos +networkmanager +socialweb systemd v4l"
12
13 and
14
15 COMMON_DEPEND="
16 ...
17 networkmanager? (
18 >=gnome-extra/nm-applet-0.9.1.90
19 >=net-misc/networkmanager-0.8.997 )
20
21 I believe the first says that "if the networkmanager use flag is neither
22 set nor unset, treat it as set" and the second says
23 "if the use flag is set (or treated as set), require
24 net-misc/networkmanager".
25
26 I don't see how to have the flag "unset" since its default is "set".
27 For example, editing make.conf to add
28
29 USE="-networkmanager"
30
31 (I had no USE in make.conf previously) has no effect
32 since networkmanager was not in USE before.
33
34 How do I specify that the networkmanager USE flag is explicitly unset
35 (rather than just "not explicitly set").
36
37 thanks,
38 allan

Replies

Subject Author
Re: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE) Wang Xuerui <idontknw.wang@×××××.com>
Re: [gentoo-user] Networkmanager and gnome-3.6 (negating a default USE) Neil Bothwick <neil@××××××××××.uk>