commit: 8d6e2dbfb5fdb14af1480fd18ba644bb0d7140ae Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu May 4 12:39:15 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu May 4 12:39:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6e2dbf
sci-libs/plplot: enable py3.11 Closes: https://bugs.gentoo.org/897224 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-libs/plplot/plplot-5.15.0-r105.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/plplot/plplot-5.15.0-r105.ebuild b/sci-libs/plplot/plplot-5.15.0-r105.ebuild index 0f4ce8cab531..f6506f7c5103 100644 --- a/sci-libs/plplot/plplot-5.15.0-r105.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r105.ebuild @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0-gtk3 FORTRAN_NEEDED=fortran LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) # fails with ninja, due to USE=java missing swig output dependencies CMAKE_MAKEFILE_GENERATOR=emake
