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

Bug 21434

Summary: xchat >= 2 ebuild match gtk instead of gtk2 keyword
Product: Gentoo Linux Reporter: Ludovic Danigo <ldng>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A little try at a patch ;)

Description Ludovic Danigo 2003-05-21 13:10:06 UTC
If you have set -gtk and +gtk2 in your USE var, you can't emerge xchat >= 2
although it's a gtk2 app.

One have to do :
$USE="gtk" emerge xchat

to have both gtk and text frontend, otherwise you only get the tex one.

Reproducible: Always
Steps to Reproduce:
1.KEYWORD="~86"
2.USE="-gtk +gtk2"
3.emerge xchat

Actual Results:  
only xchat text frontend compiled

Expected Results:  
both should have been compiled
Comment 1 Ludovic Danigo 2003-05-21 13:12:10 UTC
Created attachment 12261 [details, diff]
A little try at a patch ;)
Comment 2 foser (RETIRED) gentoo-dev 2003-05-22 13:17:37 UTC
-gtk +gtk2 makes no sense, read the USE flags description in use.desc .