diff options
author | Sam James <sam@gentoo.org> | 2021-12-15 01:28:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-15 01:28:16 +0000 |
commit | fab14b91a202b5651b02f5aca6abaca813687f15 (patch) | |
tree | c87ece344670ca8edf9432b61d1c926c3ef953a7 /dev-libs/boost | |
parent | app-portage/mgorny-dev-scripts: keyword for ~x64-macos (diff) | |
download | gentoo-fab14b91a202b5651b02f5aca6abaca813687f15.tar.gz gentoo-fab14b91a202b5651b02f5aca6abaca813687f15.tar.bz2 gentoo-fab14b91a202b5651b02f5aca6abaca813687f15.zip |
dev-libs/boost: fix BDEPEND lower bound for boost-build
Closes: https://bugs.gentoo.org/829031
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.78.0-r2.ebuild (renamed from dev-libs/boost/boost-1.78.0-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.78.0-r1.ebuild b/dev-libs/boost/boost-1.78.0-r2.ebuild index 3814a27f351d..185d0046dbf0 100644 --- a/dev-libs/boost/boost-1.78.0-r1.ebuild +++ b/dev-libs/boost/boost-1.78.0-r2.ebuild @@ -43,7 +43,8 @@ RDEPEND=" zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND=">=dev-util/boost-build-${MAJOR_V}-r1" +#BDEPEND=">=dev-util/boost-build-${MAJOR_V}" +BDEPEND=">=dev-util/boost-build-1.78.0-r1" PATCHES=( "${FILESDIR}"/${PN}-1.71.0-disable_icu_rpath.patch |