commit: 5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 14 23:28:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 14 23:29:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb9ee5a
dev-libs/boost: require patched boost-build for 1.78 (fix Python bindings) BDEPEND on a newer, patched boost-build which fixes installation of Python bindings for us. Obviously reinstallation of Boost is necessary with the fixed build system hence revbump. Closes: https://bugs.gentoo.org/829031 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/boost/{boost-1.78.0.ebuild => boost-1.78.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.78.0.ebuild b/dev-libs/boost/boost-1.78.0-r1.ebuild similarity index 99% rename from dev-libs/boost/boost-1.78.0.ebuild rename to dev-libs/boost/boost-1.78.0-r1.ebuild index ca0a4647cf2c..3814a27f351d 100644 --- a/dev-libs/boost/boost-1.78.0.ebuild +++ b/dev-libs/boost/boost-1.78.0-r1.ebuild @@ -43,7 +43,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
