diff options
author | 2022-07-03 11:31:19 +0200 | |
---|---|---|
committer | 2022-07-03 11:31:19 +0200 | |
commit | 23c1294378041112203d89e9ddf6fff087c57211 (patch) | |
tree | 0ae77711850731bc69c93f794db7c9576ccd2f50 /dev-libs | |
parent | sci-libs/med: add 4.1.1 (diff) | |
download | gentoo-23c1294378041112203d89e9ddf6fff087c57211.tar.gz gentoo-23c1294378041112203d89e9ddf6fff087c57211.tar.bz2 gentoo-23c1294378041112203d89e9ddf6fff087c57211.zip |
dev-libs/boost: enable py3.11
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/boost-1.79.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.79.0.ebuild b/dev-libs/boost/boost-1.79.0.ebuild index b4f7a4ca0537..e4bcd612b566 100644 --- a/dev-libs/boost/boost-1.79.0.ebuild +++ b/dev-libs/boost/boost-1.79.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal @@ -28,8 +28,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" RDEPEND=" - !app-admin/eselect-boost - !dev-libs/boost-numpy !<dev-libs/leatherman-1.12.0-r1 bzip2? ( app-arch/bzip2:=[${MULTILIB_USEDEP}] ) icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] ) |