Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552250 - gnome-base/gnome-control-center-3.16.2 - installation without networkmanager
Summary: gnome-base/gnome-control-center-3.16.2 - installation without networkmanager
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 07:06 UTC by Juergen Rose
Modified: 2015-06-16 14:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-06-16 07:06:12 UTC
I want to have a networkmanager free system. But now I am requested to add the networkmanager USE flag to gnome-control-center.

root@impala:/root(78)# emerge -uvDN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild     U  ] sys-libs/timezone-data-2015e::gentoo [2015d::gentoo] USE="nls -leaps_timezone" 471 KiB
...
[ebuild   R    ] gnome-base/gnome-control-center-3.16.2:2::gentoo  USE="bluetooth colord cups gnome-online-accounts i18n kerberos networkmanager* v4l -debug -wayland" INPUT_DEVICES="-wacom" 0 KiB
[ebuild     U  ] gnome-base/gnome-extra-apps-3.16.0:3.0::gentoo [3.14.0-r1:3.0::gentoo] USE="games share%* shotwell tracker" 0 KiB
[ebuild   R    ] gnome-base/gnome-3.16.0:2.0::gentoo  USE="accessibility bluetooth cdr classic cups extras*" 0 KiB
[ebuild     U  ] dev-python/pandas-0.16.2::gentoo [0.16.1-r1::gentoo] USE="R doc excel html {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_4" 4,817 KiB

Total: 57 packages (48 upgrades, 2 new, 1 in new slot, 6 reinstalls), Size of downloads: 89,785 KiB
...
The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by gnome-base/gnome-shell-3.16.2::gentoo
# required by gnome-base/gnome-3.16.0::gentoo
# required by @selected
# required by @world (argument)
>=gnome-base/gnome-control-center-3.16.2 networkmanager


Is there any way to install gnome with the extras USE flag but without the  networkmanager?
Comment 1 Juergen Rose 2015-06-16 09:40:36 UTC
Explicitely removing the networkmanager USE flag from gnome-shell seems to remove the issue.
Comment 2 Pacho Ramos gentoo-dev 2015-06-16 14:50:56 UTC
(In reply to Juergen Rose from comment #1)
> Explicitely removing the networkmanager USE flag from gnome-shell seems to
> remove the issue.

That is the desired behavior:
  15 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org>
  gnome-shell-3.16.2.ebuild:
  Add missing USE dependency on gnome-control-center[networkmanager] now that
  it is optional again. Thanks to Ole Reifschneider for noticing.