2012-09-04 22:50:16 Michał Górny napisał(a):
> +     local slot=${1:-${BOOST_MAX_VERSION:-$(boost-utils_get_best_slot)}}

When BOOST_MAX_VERSION is non-empty, then it should be used in the following 
way:

  [[ "${BOOST_MAX_VERSION}" =~ ^[[:digit:]]+\.[[:digit:]]+$ ]] || die "Invalid 
BOOST_MAX_VERSION"
  atom="$(best_version 
"<dev-libs/boost-${BOOST_MAX_VERSION%.*}.$((${BOOST_MAX_VERSION#*.}+1))_alpha")"
  slot="$(get_version_component_range 1-2 ${atom#dev-libs/boost-})"

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to