diff options
author | Sam James <sam@gentoo.org> | 2022-06-14 14:06:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-14 14:06:25 +0100 |
commit | 4855111cef6a3ccf8a6f75e6f03e6474ec10e79f (patch) | |
tree | c310f6f9ecb7f988687067b9a649b3be09d13c7e /sci-libs/plplot | |
parent | net-wireless/rtl-sdr: drop -r1 back to ~arch (diff) | |
download | gentoo-4855111cef6a3ccf8a6f75e6f03e6474ec10e79f.tar.gz gentoo-4855111cef6a3ccf8a6f75e6f03e6474ec10e79f.tar.bz2 gentoo-4855111cef6a3ccf8a6f75e6f03e6474ec10e79f.zip |
sci-libs/plplot: enable py3.10
Closes: https://bugs.gentoo.org/846272
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r102.ebuild | 4 |
1 files 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 |