Bug 34559 - games-board/ggz-gtk-client and games-board/ggz-gtk-games
Bug#: 34559 Product:  Gentoo Linux Version: 1.4 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: spider@gentoo.org
Component: Games
URL: 
Summary: games-board/ggz-gtk-client and games-board/ggz-gtk-games
Keywords:  
Status Whiteboard: 
Opened: 2003-11-27 15:52 0000
Description:   Opened: 2003-11-27 15:52 0000
broken gtk/gtk2 flags use
bad logic inside src_compile

------- Comment #1 From Spider (RETIRED) 2003-11-27 15:52:31 0000 -------
try this :

myconf="--enable-gtk2"
use gtk2 || myconf="--enable-gtk" 

, that will default to gtk2, and reset it if USE="-gtk2" is set.
currently it overrides gtk2 setting. BAD.

------- Comment #2 From Mr. Bones. 2003-11-27 16:05:39 0000 -------
Fixed in CVS.  Thanks for the bug report.