Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23865 - net-irc/xchat-2.0.2 : use flag "gtk2" is not honored, even though the program is gtk 2
Summary: net-irc/xchat-2.0.2 : use flag "gtk2" is not honored, even though the program...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 04:48 UTC by Danny Milosavljevic
Modified: 2003-07-02 08:35 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 Danny Milosavljevic 2003-07-02 04:48:22 UTC
In the net-irc/xchat-2.0.2-r2 ebuild the use flag "gtk2" is not honored, even 
though the program is gtk 2.

*sarcasm* Is the "gtk2" use flag not used anymore because all the programs 
already are gtk 2 compatible ? *end sarcasm*

to fix, change
"use gtk" to "use gtk2"
and 
IUSE="......gtk....."  to ISUE=".....gtk2...."

If the "gtk2" use flag is discontinued, please tell me how the preferred way of 
distinguishing whether to use gtk 1 or gtk 2 is now.

(I stumbled over that because I did: USE="-gtk gtk2" to mask out all gtk 1 
programs, and only include gtk 2 programs)



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

Actual Results:  
xchat-text is the only program built

Expected Results:  
xchat-2 executeable with the graphical (gtk 2) frontend and
xchat-text executeable for the text (console) mode irc client
Comment 1 Danny Milosavljevic 2003-07-02 05:23:30 UTC
eeep... ok, I read use.desc now O_O

*wants to set bug to INVA*
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-07-02 08:35:09 UTC
closing as requested