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 D464C1382C5 for ; Mon, 10 May 2021 09:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11237E0798; Mon, 10 May 2021 09:14:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E906CE0798 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 5CABD340F46 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 AA77B4D2 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: <1620631228.b5ebeeb69a5c763051932a77365f64149a328f31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.76.0-r1.ebuild dev-util/boost-build/boost-build-1.76.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5ebeeb69a5c763051932a77365f64149a328f31 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: 2cb6d5f3-b45d-451c-95d4-c42aee15a42d X-Archives-Hash: d4bbdf9998846c19ab2cdad7e376daeb commit: b5ebeeb69a5c763051932a77365f64149a328f31 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:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ebeeb6 dev-util/boost-build: 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> Signed-off-by: Sam James gentoo.org> .../{boost-build-1.76.0.ebuild => boost-build-1.76.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/boost-build/boost-build-1.76.0.ebuild b/dev-util/boost-build/boost-build-1.76.0-r1.ebuild similarity index 95% rename from dev-util/boost-build/boost-build-1.76.0.ebuild rename to dev-util/boost-build/boost-build-1.76.0-r1.ebuild index 1ce39bc6c9c..2a800a24714 100644 --- a/dev-util/boost-build/boost-build-1.76.0.ebuild +++ b/dev-util/boost-build/boost-build-1.76.0-r1.ebuild @@ -56,12 +56,12 @@ src_test() { src_install() { dobin engine/{bjam,b2} - insinto /usr/share/boost-build + insinto /usr/share/boost-build/src doins -r "${FILESDIR}/site-config.jam" \ ../boost-build.jam bootstrap.jam build-system.jam ../example/user-config.jam *.py \ build kernel options tools util - find "${ED}"/usr/share/boost-build -iname '*.py' -delete || die + find "${ED}"/usr/share/boost-build/src -iname '*.py' -delete || die dodoc ../notes/{changes,release_procedure,build_dir_option,relative_source_paths}.txt