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

Bug 209687

Summary: OpenOffice depends only mozilla-firefox and not on mozilla-firefox or mozilla-firefox-bin
Product: Gentoo Linux Reporter: Dan Johansson <Dan.Johansson>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dan Johansson 2008-02-11 18:06:18 UTC
The OpenOffice ebuild depends only on mozilla-firefox (if USE=firefox) and not on mozilla-firefox or mozilla-firefox-bin.
If there is no reason, that I don't know about, the relevant part of the OpenOffice ebuild could be changed as follows:

Old:
...
        firefox? ( >=www-client/mozilla-firefox-1.5-r9
...

New:
...
        firefox? ( || ( >=www-client/mozilla-firefox-1.5-r9 >=www-client/mozilla-firefox-bin-1.5-r9 )
...

--Dan

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-11 18:07:51 UTC

*** This bug has been marked as a duplicate of bug 160857 ***