On Tue, Nov 18, 2008 at 15:26, Michael Moore <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to remove firefox from my system and stick with only opera. > However, i have run into a dilemma > > % equery d mozilla-firefox > [ Searching for packages depending on www-client/mozilla-firefox... ] > app-text/acroread-8.1.3 (x86 & !minimal? www-client/mozilla-firefox) > net-news/liferea-1.4.15 (!xulrunner & firefox? =www-client/mozilla-firefox-2*) > net-www/gecko-mediaplayer-0.6.3 (=www-client/mozilla-firefox-2*) > > Clearly shows that gecko-mediaplayer depends on firefox. However, that is > the only media-plugin which has really worked for me with opera. So, > what I want to do is keep gecko-mediaplayer but remove firefox. > > Any workaround possible?
The in the ebuild: >=media-video/gnome-mplayer-0.6.2 || ( =net-libs/xulrunner-1.8* =www-client/mozilla-firefox-2* =www-client/seamonkey-1* www-client/epiphany ) So if you don't want =www-client/mozilla-firefox-2*, you can use >=media-video/gnome-mplayer-0.6.2, or =www-client/seamonkey-1* or www-client/epiphany or net-libs/xulrunner-1.8*. HTH Joe -- There are 3 kinds of people in the world: those who can count, and those who can't.
