From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C1991382C5 for ; Mon, 10 May 2021 09:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18CA2E079E; Mon, 10 May 2021 09:14:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1955E079E for ; Mon, 10 May 2021 09:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0640340F73 for ; Mon, 10 May 2021 09:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFEBA729 for ; Mon, 10 May 2021 09:14:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620631229.2934fbb13fc6d0c3a223c58b427b1f08b27962da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.76.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2934fbb13fc6d0c3a223c58b427b1f08b27962da X-VCS-Branch: master Date: Mon, 10 May 2021 09:14:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9696b93-29b0-4c69-94c1-d04e9487d22a X-Archives-Hash: 674f62154fe175a9693ceeee6293107d commit: 2934fbb13fc6d0c3a223c58b427b1f08b27962da Author: David Seifert gentoo org> AuthorDate: Sun May 9 23:04:17 2021 +0000 Commit: Sam James gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20744 Signed-off-by: Sam James 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