commit:     2934fbb13fc6d0c3a223c58b427b1f08b27962da
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 23:04:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 10 07:20:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2934fbb1

dev-libs/boost: Use canonical BOOST_BUILD_PATH

Bug: https://bugs.gentoo.org/775041
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20744
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/boost/boost-1.76.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/boost/boost-1.76.0.ebuild 
b/dev-libs/boost/boost-1.76.0.ebuild
index 61c716c83db..e75b93f8476 100644
--- a/dev-libs/boost/boost-1.76.0.ebuild
+++ b/dev-libs/boost/boost-1.76.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND="=dev-util/boost-build-${MAJOR_V}*"
+BDEPEND=">=dev-util/boost-build-${MAJOR_V}-r1"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.71.0-disable_icu_rpath.patch
@@ -169,7 +169,7 @@ src_configure() {
                $(usex context '' '--without-context --without-coroutine 
--without-fiber')
                $(usex threads '' '--without-thread')
                --without-stacktrace
-               --boost-build="${BROOT}"/usr/share/boost-build
+               --boost-build="${BROOT}"/usr/share/boost-build/src
                --layout=system
                # CMake has issues working with multiple python impls,
                # disable cmake config generation for the time being

Reply via email to