commit:     3167ab39a1349b5bb3d274e88221a7fed4a4cde6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 21:53:26 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 21:53:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3167ab39

dev-libs/boost: switch to b2

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/boost/boost-1.80.0.ebuild | 5 ++---
 1 file 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

Reply via email to