>>>>> On Thu, 01 Oct 2020, Matt Turner wrote:
> - [[ ${PN} = font-misc-misc || ${PN} = font-schumacher-misc || ${PN##*-}
> = 75dpi || ${PN##*-} = 100dpi || ${PN##*-} = cyrillic ]] && IUSE+=" nls"
> + case ${PN#font-} in
> + adobe-100dpi|adobe-utopia-100dpi|bh-100dpi|bh-lucidatypewriter-100dpi|\
> + adobe-75dpi |adobe-utopia-75dpi |bh-75dpi |bh-lucidatypewriter-75dpi|\
> + misc-misc|schumacher-misc)
> + IUSE+=" nls"
> + ;;
> + esacThis looks like the kind of logic that would better be moved to ebuilds. Especially when it has just proven to be error prone. Ulrich
signature.asc
Description: PGP signature
