Skip to content

Commit

Permalink
dev-libs/boost: fix BDEPEND lower bound for boost-build
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/829031
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 15, 2021
1 parent 55986bb commit fab14b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fab14b9

Please sign in to comment.