diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2021-06-05 14:51:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 15:03:21 +0200 |
commit | d8b3811af868b6a451c27dbd4845b89a909bcc3e (patch) | |
tree | c4edc3bc6dee5bc1f50a156f5e57f69474e9ce63 /sci-libs | |
parent | dev-python/breathe: Enable py3.10 (diff) | |
download | gentoo-d8b3811af868b6a451c27dbd4845b89a909bcc3e.tar.gz gentoo-d8b3811af868b6a451c27dbd4845b89a909bcc3e.tar.bz2 gentoo-d8b3811af868b6a451c27dbd4845b89a909bcc3e.zip |
sci-libs/ceres-solver: add python-3.9 support
Bugday 2021-06-05
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21130
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-1.14.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.14.0.ebuild index 30cce977960d..6eb8c9d0f1bb 100644 --- a/sci-libs/ceres-solver/ceres-solver-1.14.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-1.14.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_ECLASS=cmake -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit cmake-multilib python-any-r1 toolchain-funcs DESCRIPTION="Nonlinear least-squares minimizer" |