I'm running firefox 3.0.14 on my gentoo x86 laptop. I'd like to upgrade to 3.5, which I'm using on other non-gentoo systems. A quick google search (gentoo firefox 3.5) showed that 3.5 was unmasked months ago; yet checking my local portage (emerge --search firefox) only reveals 3.0.14 as the latest; nothing in /etc/portage/package.* reveals any local masking to hide 3.5.
Looking on-line shows that 3.5.4 should be unmasked: http://packages.gentoo.org/package/www-client/mozilla-firefox Yet looking at /usr/portage/www-client/mozilla-firefox/mozilla-firefox-3.5.4.ebuild yields: # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.5.4.ebuild,v 1.7 2009/11/04 14:16:29 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib pax-utils fdo-mime autotools mozextension LANGS="af ar as be bg bn-BD bn-IN ca cs cy da de el en en-GB en-US eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is it ja ka kk kn ko ku lt lv mk ml mn mr nb-NO nl nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW" NOSHORTLANGS="en-GB es-AR es-CL es-MX pt-BR zh-CN zh-TW" XUL_PV="1.9.1.4" MAJ_XUL_PV="1.9.1" MAJ_PV="${PV/_*/}" # Without the _rc and _beta stuff DESKTOP_PV="3.5" MY_PV="${PV/_beta/b}" # Handle betas for SRC_URI MY_PV="${PV/_/}" # Handle rcs for SRC_URI PATCH="${PN}-3.5.2-patches-0.1" DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 -sparc ~x86" ... Which clearly shows it's masked for x86...what's up? I synced portage and it's still masked; I checked my local portage mirror (I run a rsync mirror for my own network since I have 3 computers running gentoo) and it's masked there too. (The mirror is sync'd daily; I only sync the other two systems as I need.) What do I need to do to resolve this? Ben