commit: ab14e6ce21f4a8988acdef0f90039715a42aacae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 18:10:51 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 18:10:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab14e6ce
sci-physics/lammps: enable py3.9, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-physics/lammps/lammps-20200303-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-physics/lammps/lammps-20200303-r1.ebuild
b/sci-physics/lammps/lammps-20200303-r1.ebuild
index 750459af939..dbf42732cb2 100644
--- a/sci-physics/lammps/lammps-20200303-r1.ebuild
+++ b/sci-physics/lammps/lammps-20200303-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
CMAKE_MAKEFILE_GENERATOR=emake
inherit cmake fortran-2 python-r1