summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-14 23:28:59 +0000
committerSam James <sam@gentoo.org>2021-12-14 23:29:47 +0000
commit5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac (patch)
tree18338931030341fae065e97fd695f8a8d852f033
parentdev-util/boost-build: fix incorrectly skipping targets (upstream fix) (diff)
downloadgentoo-5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac.tar.gz
gentoo-5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac.tar.bz2
gentoo-5fb9ee5a02b6a0aa39fea12b0682838b3feee8ac.zip
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@gentoo.org>
-rw-r--r--dev-libs/boost/boost-1.78.0-r1.ebuild (renamed from dev-libs/boost/boost-1.78.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.78.0.ebuild b/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