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

Bug 228551

Summary: net-news/liferea have dependency problems with www-client/mozilla-firefox-3.0
Product: Gentoo Linux Reporter: Ivan Diorditsa <ivan.diorditsa>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ivan Diorditsa 2008-06-20 14:36:12 UTC
net-news/liferea-1.4.15 needs one html backend to work. Choices are:
* gtkhtml -- is not supported on amd64
* firefox ( =www-client/mozilla-firefox-2* ) -- so it wants to downgrade ff3
* xulrunner ( =net-libs/xulrunner-1.8* ) -- but ff3 needs >=net-libs/xulrunner-1.9${MY_PV}
* seamonkey -- this works, but I have to emerge www-client/seamonkey

currently I use seamonkey USE flag for liferea and it works

Could you heal xulrunner/firefox flags?
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-06-20 14:39:38 UTC
xulrunner is slotted, so you should use USE="xulrunner -firefox -seamonkey"
Comment 2 Ivan Diorditsa 2008-06-29 03:14:19 UTC
Cool, works. Thanks.