summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-10 01:04:17 +0200
committerSam James <sam@gentoo.org>2021-05-10 07:20:29 +0000
commit2934fbb13fc6d0c3a223c58b427b1f08b27962da (patch)
tree8d91ba35c5e5f4ba97b210e17030a42caf96da20 /dev-libs
parentdev-util/boost-build: Use canonical BOOST_BUILD_PATH (diff)
downloadgentoo-2934fbb13fc6d0c3a223c58b427b1f08b27962da.tar.gz
gentoo-2934fbb13fc6d0c3a223c58b427b1f08b27962da.tar.bz2
gentoo-2934fbb13fc6d0c3a223c58b427b1f08b27962da.zip
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@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20744 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/boost/boost-1.76.0.ebuild4
1 files 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 61c716c83db9..e75b93f8476f 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