On Mon, 28 Aug 2023 at 14:21, John Covici <cov...@ccs.covici.com> wrote:
>   The following REQUIRED_USE flag constraints are unsatisfied:
>       any-of ( php_targets_php7-4 php_targets_php8-0
>       php_targets_php8-1 )
>
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
>
> Now I have in a package.use file
> dev-php/xdebug php_targets_php7-4
>
> which I thought was correct.  So how to fix?

The parantheses around php 7.4 in PHP_TARGETS="(-php7-4) -php8-0
-php8-1" means that this flag is masked. dev-lang/php:7.4 is also
masked, so I assume this is due to be removed soon. You should move to
8.0 or 8.1 to successfully install this package.

Regards,
Arve

Reply via email to