Ulrich Mueller <u...@gentoo.org> writes:

>>>>>> On Wed, 29 Mar 2023, Sam James wrote:
>
>> -    if ! has test "$IUSE"; then
>> +    if ! has test ${IUSE}; then
>
> You cannot reliably test for a flag in IUSE with code like this.
> PMS defines the function in_iuse() for this (unless the above is
> in global scope, in which case you're out of luck).

Yep, it is, unfortunately. I can try ripping it out entirely given it's
not reliable, depending on how others feel about it.

Attachment: signature.asc
Description: PGP signature

Reply via email to