-- Jonathan Gill <[EMAIL PROTECTED]> spake thusly: > Trying to do a world update and I get told that ispell is masked (yup > it is...or at least the emacs one.) and it cant upgrade things.
<snip> > Calculating world dependencies | > !!! all ebuilds that could satisfy "app-xemacs/ispell" have been > masked. !!! (dependency required by "app-xemacs/text-modes-1.55" > [ebuild]) $ grep ispell /usr/portage/app-xemacs/text-modes/text-modes-1.55.ebuild DEPEND="app-xemacs/ispell Here's your problem right here. text-modes wants ispell, when it should be depending on on xemacs-ispell. Looks like it was never fixed when app-xemacs/ispell was changed to app-xemacs/xemacs-ispell. Your three options are: 1. Submit a bug and wait. 2. Fix it on your system (in text-modes-1.55.ebuild) for now, and submit a bug. 3. emerge -C text-modes Actually, I'll submit a bug myself, since it's in several other app-xemacs packages as well. So you can pick between 2 and 3. :-) -- [EMAIL PROTECTED] mailing list
