Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21434 - xchat >= 2 ebuild match gtk instead of gtk2 keyword
Summary: xchat >= 2 ebuild match gtk instead of gtk2 keyword
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-21 13:10 UTC by Ludovic Danigo
Modified: 2003-05-22 13:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A little try at a patch ;) (xchat-gtk2.patch,965 bytes, patch)
2003-05-21 13:12 UTC, Ludovic Danigo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 .