Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547240 - [gnome-overlay] gnome-shell-3.16.1 missing nm-applet dependency when networkmanager use flag enabled
Summary: [gnome-overlay] gnome-shell-3.16.1 missing nm-applet dependency when networkm...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.16
  Show dependency tree
 
Reported: 2015-04-21 01:09 UTC by bingquick
Modified: 2015-04-23 07:06 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 bingquick 2015-04-21 01:09:16 UTC
When gnome-shell-3.16.1 built with networkmanager use flag enbled, it failed at configuration stage complaining networkmanager not found. Adding ">=gnome-extra/nm-applet-0.9.8" as gnome-shell-3.14.4.ebuild fixed that.

Reproducible: Always

Steps to Reproduce:
1.emerge gnome-shell-3.16.1 with networkmanager enabled
2.
3.
Actual Results:  
failed at configuration stage


diff --git a/gnome-shell-3.16.1.ebuild b/gnome-shell-3.16.1.ebuild
index 7f05b85..a566591 100644
--- a/gnome-shell-3.16.1.ebuild
+++ b/gnome-shell-3.16.1.ebuild
@@ -64,6 +64,7 @@ COMMON_DEPEND="
 	bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
 	networkmanager? (
 		app-crypt/libsecret
+		>=gnome-extra/nm-applet-0.9.8
 		>=net-misc/networkmanager-0.9.8[introspection] )
 "
 # Runtime-only deps are probably incomplete and approximate.
Comment 1 Ole Reifschneider (RETIRED) gentoo-dev 2015-04-23 07:06:50 UTC
Thanks, I fixed it.