Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142364 - GNOME Configuration HOWTO references obsolete qt USE flag
Summary: GNOME Configuration HOWTO references obsolete qt USE flag
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 18:52 UTC by Jose daLuz
Modified: 2006-08-01 06:43 UTC (History)
2 users (show)

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 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.