Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114715 - gaim-1.5.0: configure defaults have changed, gevolution plugin must set now
Summary: gaim-1.5.0: configure defaults have changed, gevolution plugin must set now
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 02:52 UTC by Dead Schorsch
Modified: 2006-01-08 10:08 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 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.