On Wed, 11 Dec 2024 at 13:56, <cov...@ccs.covici.com> wrote: > > Hi. I seem to be having a couple of problems in my latest world > update and I can't figure them out. > > Now in my package.mask file I have the following line: > > >app-text/poppler-24.10.0 > > but that does not work -- I have tried other variations, but I still > can't figure it out.
This is the version that it tries to install, you need to use '=' to include that version: >=app-text/poppler-24.10.0 > The other problem is that I cannot get portage to see the line in my > package.use which resolves > dev-php/pecl-imagick php_targets_php8-1 > > Portage is somehow not seeing that line, could it be in the wrong > place or something? The php8-1 target is masked (the parantheses around that flag in your output). You either need to move to a newer php version, or unmask this flag for this package (using /etc/portage/profile/package.use.mask or equivalent). Regards, Arve