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: Sun, 03 Jul 2022 09:31:33
Message-Id: 1656840679.23c1294378041112203d89e9ddf6fff087c57211.soap@gentoo
1 commit: 23c1294378041112203d89e9ddf6fff087c57211
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 09:31:19 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 09:31:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c12943
7
8 dev-libs/boost: enable py3.11
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/boost/boost-1.79.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-libs/boost/boost-1.79.0.ebuild b/dev-libs/boost/boost-1.79.0.ebuild
16 index b4f7a4ca0537..e4bcd612b566 100644
17 --- a/dev-libs/boost/boost-1.79.0.ebuild
18 +++ b/dev-libs/boost/boost-1.79.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
27
28 @@ -28,8 +28,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
29 RESTRICT="test"
30
31 RDEPEND="
32 - !app-admin/eselect-boost
33 - !dev-libs/boost-numpy
34 !<dev-libs/leatherman-1.12.0-r1
35 bzip2? ( app-arch/bzip2:=[${MULTILIB_USEDEP}] )
36 icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )