On 1/15/06, Trenton Adams <[EMAIL PROTECTED]> wrote: > On 1/14/06, Richard Fish <[EMAIL PROTECTED]> wrote: > > On 1/14/06, Trenton Adams <[EMAIL PROTECTED]> wrote: > > > The old version could disable gnome, but 1.5 can't. Perhaps it's a > > > firefox 1.5 ebuild limitation? I hope that's what it is, because I > > > can't stand gnome. > > > > False. > > > > carcharias rjf # ldd /usr/lib/mozilla-firefox/firefox-bin | grep gnome > > carcharias rjf # emerge -pv mozilla-firefox > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies ...done! > > [ebuild R ] www-client/mozilla-firefox-1.5-r9 USE="java -debug > > -gnome -ipv6 -mozdevelop -xinerama -xprint" 0 kB > > > > -Richard > > If you already have gnome installed, gnome won't show up unless you go > --tree, will it?
True, but it doesn't matter. My firefox is not linked to any gnome libraries, therefor it is entirely possible to build firefox without gnome. Again: # for x in `find /usr/lib/mozilla-firefox/ -type f` ; do test -x $x && ldd $x done | grep gnome | wc -l 0 # for x in `find /usr/lib/mozilla-firefox/ -type f` ; do test -x $x && ldd $x done | grep gtk | wc -l 17 > Either way, you can take a look in the ebuild file > for firefox 1.5, and there's no reference to gnome. No checking of > the gnome useflag or anything like that. 1.0.7 has it though. This is because the ebuild inherits mozconfig-2.eclass, and the gnome flag checking is done there. (portage/eclass/mozconfig-2.eclass). -Richard -- gentoo-user@gentoo.org mailing list