commit:     fab14b91a202b5651b02f5aca6abaca813687f15
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 01:28:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 01:28:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab14b91

dev-libs/boost: fix BDEPEND lower bound for boost-build

Closes: https://bugs.gentoo.org/829031
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/boost/{boost-1.78.0-r1.ebuild => boost-1.78.0-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r1.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
similarity index 99%
rename from dev-libs/boost/boost-1.78.0-r1.ebuild
rename to 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

Reply via email to