[gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
$ sudo emerge -auvD world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N] app-admin/eselect-1.0 -bash-completion -doc 142 kB [ebuild N] app-admin/eselect-opengl-1.0.3 3 kB [ebuild U ] x11-base/opengl-update-3.0.0 [2.2.4] 0

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Chad Feller
Did something set mozilla in your use flags? i.e. if you did an emerge info would mozilla be in there? you might find what package wants it by changing the line in /etc/portage/package.mask to: www-client/mozilla without the quotes of course Ernie Schroder wrote: $ sudo emerge -auvD

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 12:37, a tiny voice compelled Chad Feller to write: Did something set mozilla in your use flags? i.e. if you did an emerge info would mozilla be in there? you might find what package wants it by changing the line in /etc/portage/package.mask to: www-client/mozilla

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Johám-Luís Miguéns Vila
On 12:14 Sun 26 Mar , Ernie Schroder wrote: $ sudo emerge -auvD world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N] app-admin/eselect-1.0 -bash-completion -doc 142 kB [ebuild N] app-admin/eselect-opengl-1.0.3 3 kB

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Neil Bothwick
On Sun, 26 Mar 2006 12:14:42 -0500, Ernie Schroder wrote: $ sudo emerge -auvD world Add --tree to the options. -- Neil Bothwick WinErr 012: Window closed - Do not look inside signature.asc Description: PGP signature

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 13:13, a tiny voice compelled Neil Bothwick to write: On Sun, 26 Mar 2006 12:14:42 -0500, Ernie Schroder wrote: $ sudo emerge -auvD world Add --tree to the options. $ sudo emerge -auvDt world These are the packages that I would merge, in reverse order: Calculating

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Rumen Yotov
On Sun, 2006-03-26 at 13:22 -0500, Ernie Schroder wrote: On Sunday 26 March 2006 13:13, a tiny voice compelled Neil Bothwick to write: On Sun, 26 Mar 2006 12:14:42 -0500, Ernie Schroder wrote: $ sudo emerge -auvD world Add --tree to the options. $ sudo emerge -auvDt world These are

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Alexander Skwar
Ernie Schroder wrote: $ sudo emerge -auvD world Add -t (--tree) and you might se. [ebuild N] www-client/mozilla-1.7.11-r3 +crypt -debug -gnome +ipv6 +java [...] the following line is in /etc/portage/package.mask: =www-client/mozilla-1.7.12-r1 (without the quotes...) Fine. So

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Alexander Skwar
Ernie Schroder wrote: [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB [ebuild N] www-client/mozilla-firefox-1.0.7-r4 -debug -gnome +ipv6 +java -mozcalendar -mozdevelop -moznoxft -mozsvg +truetype -xinerama -xprint 32,131 kB [ebuild U ]

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 13:34, a tiny voice compelled Rumen Yotov to write: On Sun, 2006-03-26 at 13:22 -0500, Ernie Schroder wrote: On Sunday 26 March 2006 13:13, a tiny voice compelled Neil Bothwick to write: On Sun, 26 Mar 2006 12:14:42 -0500, Ernie Schroder wrote: $ sudo emerge

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 13:50, a tiny voice compelled Alexander Skwar to write: Ernie Schroder wrote: [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB [ebuild N] www-client/mozilla-firefox-1.0.7-r4 -debug -gnome +ipv6 +java -mozcalendar -mozdevelop -moznoxft

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Bo Andresen
On Sunday 26 March 2006 20:50, Ernie Schroder wrote: from mozilla-firefox-bin ebuild: Of course you mean from mplayerplug-in ebuild. ;) DEPEND==media-video/mplayer-1.0_pre5 gecko-sdk? ( net-libs/gecko-sdk ) !gecko-sdk? ( || ( =www-client/mozilla-1.6

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Bo Andresen
On Sunday 26 March 2006 20:57, Ernie Schroder wrote: I follow the logic, but, why won't mozilla-firefox-bin satisfy portage? moz launcher has been on the machine for a LONG time as has firefox-bin and has never wanted mozilla or mozilla-firefox before If you compare mplayerplug-in-3.21 with

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Manuel McLure
Ernie Schroder wrote: [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB [ebuild N] www-client/mozilla-firefox-1.0.7-r4 -debug -gnome +ipv6 +java -mozcalendar -mozdevelop -moznoxft -mozsvg +truetype -xinerama -xprint 32,131 kB [ebuild U ]

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 14:16, a tiny voice compelled Manuel McLure to write: echo net-www/mplayerplug-in   gecko-sdk /etc/portage/package.use This will make mplayerplug-in pull in net-libs/gecko-sdk instead (gecko-sdk is the minimal portion of the Mozilla libraries required to build

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Bo Andresen
On Sunday 26 March 2006 21:16, Manuel McLure wrote: As other have said, mplayer-plugin wants to pull in mozilla-firefox. The reason for this is that it needs the Mozilla source libraries to build against. One workaround for this is to do So there is a good reason for mozilla-firefox-bin not

Re: SOLVED [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 14:41, a tiny voice compelled Ernie Schroder to write: On Sunday 26 March 2006 14:16, a tiny voice compelled Manuel McLure to write: echo net-www/mplayerplug-in   gecko-sdk /etc/portage/package.use This will make mplayerplug-in pull in net-libs/gecko-sdk instead

Re: [gentoo-user] What's bringing in Mozzilla?

2006-03-26 Thread Ernie Schroder
On Sunday 26 March 2006 14:48, a tiny voice compelled Bo Andresen to write: On Sunday 26 March 2006 21:16, Manuel McLure wrote: As other have said, mplayer-plugin wants to pull in mozilla-firefox. The reason for this is that it needs the Mozilla source libraries to build against. One