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

Bug 393399

Summary: gnome-light-3.2.1: typo in warning message
Product: Gentoo Linux Reporter: SpOeK
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpOeK 2011-12-06 14:22:31 UTC
The ebuild function "pkg_pretend" checks for a non-existent "shell" USE flag rather than "gnome-shell".

Reproducible: Always

Steps to Reproduce:
USE="-fallback gnome-shell" emerge =gnome-light-3.2.1

Actual Results:  
gnome-light complains:
    "You're installing neither GNOME Shell nor GNOME Fallback!"

Expected Results:  
No warnings.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-06 19:06:47 UTC
>  06 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
>  gnome-light-3.2.1.ebuild:
>  s/use shell/use gnome-shell/ (bug #393399, thanks to Rafael Antonio Porras
>  <SpOeK@DistroBit.Net> for reporting).