commit: 4855111cef6a3ccf8a6f75e6f03e6474ec10e79f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 14 13:06:25 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 14 13:06:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4855111c
sci-libs/plplot: enable py3.10 Closes: https://bugs.gentoo.org/846272 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/plplot/plplot-5.15.0-r102.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/plplot/plplot-5.15.0-r102.ebuild b/sci-libs/plplot/plplot-5.15.0-r102.ebuild index c4d312740e5a..fca868efceea 100644 --- a/sci-libs/plplot/plplot-5.15.0-r102.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0-gtk3 FORTRAN_NEEDED=fortran LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) # fails with ninja, due to USE=java missing swig output dependencies CMAKE_MAKEFILE_GENERATOR=emake
