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 -auvD world
> > >
> > > Add --tree to the options.
> >
> >  $ sudo emerge -auvDt world
> >
> > These are the packages that I would merge, in reverse order:
> >
> > Calculating world dependencies ...done!
> > [ebuild     U ] media-video/realplayer-10.0.7 [10.0.6] -nsplugin 6,494 kB
> > [ebuild     U ] app-portage/eix-0.5.1-r2 [0.3.0-r2] 302 kB
> > [ebuild     U ] sys-apps/busybox-1.1.0 [1.00-r4] -debug -floppyboot
> > -make-symlinks -netboot -savedconfig -static 1,375 kB
> > [ebuild     U ] media-video/nvidia-glx-1.0.6629-r7 [1.0.6629-r6] 8,520 kB
> > [nomerge      ] perl-core/File-Spec-3.12  -minimal
> > [nomerge      ]  dev-perl/module-build-0.26.11  -minimal
> > [ebuild     U ]   dev-perl/Archive-Tar-1.28 [1.26] -minimal 35 kB
> > [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 ]   www-client/mozilla-launcher-1.49 [1.45] 5 kB
> > [nomerge      ] x11-terms/xterm-207  -Xaw3d -doc -toolbar +truetype
> > -unicode [nomerge      ]  sys-apps/utempter-0.5.5.6
> > [nomerge      ]   app-arch/rpm2targz-9.0-r3
> > [nomerge      ]    sys-apps/file-4.13  -build +python
> > [nomerge      ]     x11-base/xorg-x11-6.8.2-r6  -3dfx +3dnow
> > +bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server
> > -insecure-drivers +ipv6 -minimal +mmx +nls -nocxx +opengl +pam -sdk -sse
> > -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv
> > [ebuild     U ]      x11-base/opengl-update-3.0.0 [2.2.4] 0 kB
> > [ebuild  N    ]       app-admin/eselect-opengl-1.0.3  3 kB
> > [ebuild  N    ]        app-admin/eselect-1.0  -bash-completion -doc 142
> > kB
> >
> > Total size of downloads: 49,216 kB
> >
> > Do you want me to merge these packages? [Yes/No]
> >
> > Does this say that Mozilla-launcher wants Mozilla? the tree format
> > confuses the heck out of me.
> >
> > --
> > Regards, Ernie
>
> Hi,
> No it's "net-www/mplayerplug-in-3.21" which fetches mozilla, --tree view
> is read bottom --> top.
> HTH.Rumen


OK so at this point, mplayerplug-in wants mozilla-firefox, but I have 
mozilla-firefox-bin installed. Any way to fix that?

from mozilla-firefox-bin ebuild:

DEPEND=">=media-video/mplayer-1.0_pre5
                gecko-sdk? ( net-libs/gecko-sdk )
                !gecko-sdk? ( || ( >=www-client/mozilla-1.6 
www-client/mozilla-firefox ) )
                || ( ( x11-libs/libXpm
                                x11-proto/xextproto
                        )
                        virtual/x11
                )
                gtk? (
                        >=x11-libs/gtk+-2.2.0
                        dev-libs/atk
                        >=dev-libs/glib-2.2.0
                        >=x11-libs/pango-1.2.1
                )"

Could I edit the ebuild like so?

DEPEND=">=media-video/mplayer-1.0_pre5
                gecko-sdk? ( net-libs/gecko-sdk )
                !gecko-sdk? ( || ( >=www-client/mozilla-1.6 
www-client/mozilla-firefox 
www-client/mozilla-firefox-bin ) )
                || ( ( x11-libs/libXpm
                                x11-proto/xextproto
                        )
                        virtual/x11
                )
                gtk? (
                        >=x11-libs/gtk+-2.2.0
                        dev-libs/atk
                        >=dev-libs/glib-2.2.0
                        >=x11-libs/pango-1.2.1
                )"

-- 
Regards, Ernie
-- 
gentoo-user@gentoo.org mailing list

Reply via email to