Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
Date: Sat, 03 Sep 2022 21:53:38
Message-Id: 1662242006.3167ab39a1349b5bb3d274e88221a7fed4a4cde6.soap@gentoo
1 commit: 3167ab39a1349b5bb3d274e88221a7fed4a4cde6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 21:53:26 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 21:53:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3167ab39
7
8 dev-libs/boost: switch to b2
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/boost/boost-1.80.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/boost/boost-1.80.0.ebuild b/dev-libs/boost/boost-1.80.0.ebuild
16 index 712ad83f404a..81b191cdb53f 100644
17 --- a/dev-libs/boost/boost-1.80.0.ebuild
18 +++ b/dev-libs/boost/boost-1.80.0.ebuild
19 @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} )
20 inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
21
22 MY_PV="$(ver_rs 1- _)"
23 -MAJOR_V="$(ver_cut 1-2)"
24
25 DESCRIPTION="Boost Libraries for C++"
26 HOMEPAGE="https://www.boost.org/"
27 @@ -16,7 +15,7 @@ SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_$
28 S="${WORKDIR}/${PN}_${MY_PV}"
29
30 LICENSE="Boost-1.0"
31 -SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
32 +SLOT="0/${PV}" # ${PV} instead of the major version due to bug 486122
33 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
34 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
35 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
36 @@ -41,7 +40,7 @@ RDEPEND="
37 zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
38 zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
39 DEPEND="${RDEPEND}"
40 -BDEPEND=">=dev-util/boost-build-${MAJOR_V}"
41 +BDEPEND=">=dev-util/b2-4.9.2"
42
43 PATCHES=(
44 "${FILESDIR}"/${PN}-1.80.0-disable_icu_rpath.patch