commit: b5ebeeb69a5c763051932a77365f64149a328f31 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: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 <soap <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> 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
