Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 547240

Summary: [gnome-overlay] gnome-shell-3.16.1 missing nm-applet dependency when networkmanager use flag enabled
Product: Gentoo Linux Reporter: bingquick
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 545082    

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.