Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 393399 - gnome-light-3.2.1: typo in warning message
Summary: gnome-light-3.2.1: typo in warning message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 14:22 UTC by SpOeK
Modified: 2011-12-06 19: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 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).