diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-04 14:39:15 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-04 14:39:32 +0200 |
commit | 8d6e2dbfb5fdb14af1480fd18ba644bb0d7140ae (patch) | |
tree | 7f28663944ee0b9711f7c21205f4a67c8fc3574c | |
parent | dev-vcs/git: Stabilize 2.39.3 ppc, #905696 (diff) | |
download | gentoo-8d6e2dbfb5fdb14af1480fd18ba644bb0d7140ae.tar.gz gentoo-8d6e2dbfb5fdb14af1480fd18ba644bb0d7140ae.tar.bz2 gentoo-8d6e2dbfb5fdb14af1480fd18ba644bb0d7140ae.zip |
sci-libs/plplot: enable py3.11
Closes: https://bugs.gentoo.org/897224
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r105.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |