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

Bug 142364

Summary: GNOME Configuration HOWTO references obsolete qt USE flag
Product: [OLD] Docs on www.gentoo.org Reporter: Jose daLuz <jdaluz>
Component: Other documentsAssignee: Xavier Neys (RETIRED) <neysx>
Status: RESOLVED FIXED    
Severity: minor CC: docs-team, ooblick
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jose daLuz 2006-07-31 18:52:01 UTC
In Code Listing 2.1 in the GNOME Configuration HOWTO, the following appears:
USE="-qt -kde gtk gnome hal howl"

The qt USE flag has been replaced by qt3 and qt4. A new user following this guide who doesn't want anything qt-related is going to be unpleasantly surprised.
Comment 1 Ooblick 2006-08-01 02:33:30 UTC
I also found you need -arts in the USE flag to prevent QT being emerge'd too.

I'd suggest replacing in section 2.1:

  USE="-qt -kde gtk gnome hal howl"

with

  USE="-qt -qt3 -qt4 -kde -arts gtk gnome hal howl"
Comment 2 Jose daLuz 2006-08-01 04:57:14 UTC
Good idea. And while we're at it, how about replacing "howl" with "avahi"? Howl is not being developed any more, but avahi is.
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2006-08-01 06:43:40 UTC
Fixed. Thanks for reporting.