commit:     23bc105297c330485406b807e481aa45fb70162b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 12:36:05 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 12:38:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bc1052

sci-libs/gmsh: update LICENSE, enable py3.11

I got most of them, but there might still be some licenses missing

Bug: https://bugs.gentoo.org/723788
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/gmsh/gmsh-4.10.3.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/sci-libs/gmsh/gmsh-4.10.3.ebuild b/sci-libs/gmsh/gmsh-4.10.3.ebuild
index 9d7bf2310125..81dc07c58474 100644
--- a/sci-libs/gmsh/gmsh-4.10.3.ebuild
+++ b/sci-libs/gmsh/gmsh-4.10.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit cmake fortran-2 python-any-r1 toolchain-funcs
 
@@ -11,7 +11,14 @@ DESCRIPTION="Three-dimensional finite element mesh generator"
 HOMEPAGE="https://gmsh.info";
 SRC_URI="https://gmsh.info/src/${P}-source.tgz";
 
-LICENSE="GPL-3 free-noncomm"
+LICENSE="
+       GPL-2+ free-noncomm
+       alglib? ( MIT )
+       gmm? ( LGPL-2.1+ )
+       metis? ( Apache-2.0 )
+       netgen? ( LGPL-2.1+ )
+       voro? ( BSD )
+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 ## cgns is not compiling ATM, maybe fix cgns lib first

Reply via email to