diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-17 16:41:27 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-17 16:50:11 +0200 |
commit | 30465c83aab10bc3b4b8267af9ba9f294bc08f84 (patch) | |
tree | 4cc6771314b557dff48df3c57f8e73f6015226c3 /dev-python/pybind11 | |
parent | dev-php/swoole: Swap EROOT for ESYSROOT in src_configure (diff) | |
download | gentoo-30465c83aab10bc3b4b8267af9ba9f294bc08f84.tar.gz gentoo-30465c83aab10bc3b4b8267af9ba9f294bc08f84.tar.bz2 gentoo-30465c83aab10bc3b4b8267af9ba9f294bc08f84.zip |
dev-python/pybind11: support python3_10
Builds, tests and installs fine.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.6.2.ebuild b/dev-python/pybind11/pybind11-2.6.2.ebuild index 93aafcc7a3f4..553c637d08d4 100644 --- a/dev-python/pybind11/pybind11-2.6.2.ebuild +++ b/dev-python/pybind11/pybind11-2.6.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake distutils-r1 |