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

Bug 114715

Summary: gaim-1.5.0: configure defaults have changed, gevolution plugin must set now
Product: Gentoo Linux Reporter: Dead Schorsch <spamlover>
Component: Current packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dead Schorsch 2005-12-07 02:52:24 UTC
The configure defaults for gaim have changed obviously, while the USE-Flag "eds"
currently controls the "--disable-gevolution" option, it must now explicitly set
the "--enable-gevolution" option, to make the plugin build.

In other words, line 140 frome gaim-1.5.0.ebuild reading 

  use eds || myconf="${myconf} --disable-gevolution"

must be changed to

  use eds && myconf="${myconf} --enable-gevolution"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kathryn Kulick (RETIRED) gentoo-dev 2006-01-08 10:08:24 UTC
USE="eds" emerge gaim with the ebuild written the way it currently is does enable this plugin properly.