Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415141 - net-misc/asterisk requires the jabber use flag when the gtalk use flag is selected
Summary: net-misc/asterisk requires the jabber use flag when the gtalk use flag is sel...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 14:13 UTC by Matthew Thode ( prometheanfire )
Modified: 2012-05-08 14:39 UTC (History)
1 user (show)

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


Attachments
asterisk_required_use.patch (asterisk_required_use.patch,1.31 KB, patch)
2012-05-08 14:34 UTC, Jaco Kroon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2012-05-08 14:13:54 UTC
REQUIRED_USE

Day changed to 07 May 2012
17:36 <       Bawitdaba > I can't seem to emerge asterisk with use flag gtalk and have it compile chan_gtalk.so am I doing something wrong?
17:37 <       Bawitdaba > chan_gtalk.so doesn't get compiled to /usr/lib/asterisk/modules/
18:02 <       Bawitdaba > nm i was missing the use flag jabber which it also needs
18:30 <  prometheanfire > Bawitdaba: if it needs both then the ebuild is bad (it should set jabber to on if gtalk is on)
21:38 <       Bawitdaba > it needed both
21:38 <       Bawitdaba > it didnt set jabber by default
Comment 1 Jaco Kroon 2012-05-08 14:34:33 UTC
Created attachment 311183 [details, diff]
asterisk_required_use.patch

This patch will update 10.4.0 and 1.8.12.0 to have the appropriate REQUIRED_USE lines.  Apply with patch -p1 inside of the net-misc/asterisk folder.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2012-05-08 14:39:08 UTC
+  08 May 2012; Tony Vroon <chainsaw@gentoo.org> asterisk-1.8.12.0.ebuild,
+  asterisk-10.4.0.ebuild:
+  Patch by Jaco Kroon to express USE-flag dependencies in REQUIRED_USE
+  statement. Closes bug #415141 by Matthew "prometheanfire" Thode.