Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209687 - OpenOffice depends only mozilla-firefox and not on mozilla-firefox or mozilla-firefox-bin
Summary: OpenOffice depends only mozilla-firefox and not on mozilla-firefox or mozilla...
Status: RESOLVED DUPLICATE of bug 160857
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-11 18:06 UTC by Dan Johansson
Modified: 2008-02-11 18:07 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 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 ***