>>>>> On Sat, 03 Feb 2024, Maciej Barć wrote:

> -if [[ ${CATEGORY}/${PN} != dev-dotnet/dotnet-runtime-nugets ]] ; then
> +if [[ "${CATEGORY}/${PN}" != dev-dotnet/dotnet-runtime-nugets ]] ; then

These quotes are not necessary.

> -     if [[ ${CATEGORY}/${PN} != dev-dotnet/csharp-gentoodotnetinfo ]] ; then
> -             DOTNET_PKG_BDEPS+=" dev-dotnet/csharp-gentoodotnetinfo "
> +     if [[ "${CATEGORY}/${PN}" != dev-dotnet/csharp-gentoodotnetinfo ]] ; 
> then

Same.

> +             DOTNET_PKG_BDEPS+="
> +                     dev-dotnet/csharp-gentoodotnetinfo
> +             "

Reply via email to