diff options
author | David Seifert <soap@gentoo.org> | 2022-09-03 23:53:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-03 23:53:26 +0200 |
commit | 3167ab39a1349b5bb3d274e88221a7fed4a4cde6 (patch) | |
tree | f9ae18514b5ca62d19ddb6f7046b709cce87df38 /dev-libs/boost | |
parent | dev-util/b2: new package, add 4.9.2 (diff) | |
download | gentoo-3167ab39a1349b5bb3d274e88221a7fed4a4cde6.tar.gz gentoo-3167ab39a1349b5bb3d274e88221a7fed4a4cde6.tar.bz2 gentoo-3167ab39a1349b5bb3d274e88221a7fed4a4cde6.zip |
dev-libs/boost: switch to b2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.80.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.80.0.ebuild b/dev-libs/boost/boost-1.80.0.ebuild index 712ad83f404a..81b191cdb53f 100644 --- a/dev-libs/boost/boost-1.80.0.ebuild +++ b/dev-libs/boost/boost-1.80.0.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal MY_PV="$(ver_rs 1- _)" -MAJOR_V="$(ver_cut 1-2)" DESCRIPTION="Boost Libraries for C++" HOMEPAGE="https://www.boost.org/" @@ -16,7 +15,7 @@ SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_$ S="${WORKDIR}/${PN}_${MY_PV}" LICENSE="Boost-1.0" -SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 +SLOT="0/${PV}" # ${PV} instead of the major version due to bug 486122 #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" IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -41,7 +40,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/b2-4.9.2" PATCHES=( "${FILESDIR}"/${PN}-1.80.0-disable_icu_rpath.patch |