Gentoo Archives: gentoo-dev

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH] boost-utils.eclass -- for building against newest boost.
Date: Sun, 09 Sep 2012 05:28:17
Message-Id: 201209090726.27340.Arfrever.FTA@gmail.com
In Reply to: [gentoo-dev] [PATCH] boost-utils.eclass -- for building against newest boost. by "Michał Górny"
1 2012-09-04 22:50:16 Michał Górny napisał(a):
2 > + local slot=${1:-${BOOST_MAX_VERSION:-$(boost-utils_get_best_slot)}}
3
4 When BOOST_MAX_VERSION is non-empty, then it should be used in the following way:
5
6 [[ "${BOOST_MAX_VERSION}" =~ ^[[:digit:]]+\.[[:digit:]]+$ ]] || die "Invalid BOOST_MAX_VERSION"
7 atom="$(best_version "<dev-libs/boost-${BOOST_MAX_VERSION%.*}.$((${BOOST_MAX_VERSION#*.}+1))_alpha")"
8 slot="$(get_version_component_range 1-2 ${atom#dev-libs/boost-})"
9
10 --
11 Arfrever Frehtes Taifersar Arahesis

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies