On 16 Oct 2015 20:42, Ulrich Mueller wrote:
>   EAPI 6: Bash version is 4.2.

do we want to mandate the BASH_COMPAT aspect in PMS ?
or at least make into a recommendation ?

https://bugs.gentoo.org/431340#c20
  local maj=4 min=2
  if ([[ ${BASH_VERSINFO[0]} -lt ${maj} ]] ||
      [[ ${BASH_VERSINFO[0]} -eq ${maj} && ${BASH_VERSINFO[1]} -lt ${min ]]) ; 
then
    die ">=bash-${maj}.${min} is required"
  fi
  BASH_COMPAT="${maj}.${min}"
-mike

Attachment: signature.asc
Description: Digital signature

Reply via email to