diff options
author | Sam James <sam@gentoo.org> | 2024-11-03 04:38:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-03 04:38:46 +0000 |
commit | 5a972de1af0f52438f8a57b2eb23cd8decab5fa3 (patch) | |
tree | 52da88736af3bb0d5c7da0143e00fdd47d444d5d /dev-libs/boost | |
parent | media-gfx/asymptote: add missing patch (diff) | |
download | gentoo-5a972de1af0f52438f8a57b2eb23cd8decab5fa3.tar.gz gentoo-5a972de1af0f52438f8a57b2eb23cd8decab5fa3.tar.bz2 gentoo-5a972de1af0f52438f8a57b2eb23cd8decab5fa3.zip |
dev-libs/boost: depend on newer b2
Closes: https://bugs.gentoo.org/942798
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.86.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.86.0-r1.ebuild b/dev-libs/boost/boost-1.86.0-r1.ebuild index 426a0b9095fa..0832d12b6146 100644 --- a/dev-libs/boost/boost-1.86.0-r1.ebuild +++ b/dev-libs/boost/boost-1.86.0-r1.ebuild @@ -45,7 +45,7 @@ RDEPEND=" zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND=">=dev-build/b2-5.0.0" +BDEPEND=">=dev-build/b2-5.1.0" PATCHES=( "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch |