Peter Humphrey wrote: > On Sunday, 24 August 2025 17:15:32 British Summer Time Dale wrote: >> Peter Humphrey wrote: >>> Greetings, >>> >>> Simple question, which I ought to be able to answer myself: >>> >>> I want to use the binpkg of www-client/firefox, but there isn't one with >>> L10N="en-GB", which is in make.conf because that's where I live (if you >>> see >>> what I mean). How can I set the equivalent of L10N="-en-GB"? >> Am I seeing the wrong thing??? >> >> >> >> root@Gentoo-1 / # equery u firefox >> [ Legend : U - final flag setting for installation] >> [ : I - package is installed with flag ] >> [ Colors : set, unset ] >> * Found these USE flags for www-client/firefox-128.14.0: >> U I >> <<< SNIP >>> >> - - l10n_en-CA : English (Canada) >> - - l10n_en-GB : English (United Kingdom) <<<<<<<<<<<< >> - - l10n_eo : Esperanto >> <<< SNIP >>> >> root@Gentoo-1 / # >> >> >> That could be something different but it looks like what you want. > No Dale, it's the opposite. I want firefox to be emerged /without/ en-GB. >
Well, that should be easy enough. To add to Stefan's reply. In package.use, just put this: www-client/firefox -l10n_en-GB Note the minus sign in front. O_O And then either use equery or emerge -pv or -av firefox to see if it is going to apply like you want. That should work unless I'm missing something. Oh, if you already have a line for firefox, make sure you add to the existing line. I've found having two lines for the same packages can behave in a weird way. I think it confuses emerge. Dale :-) :-)

