From 45a78f0f3225bd116211894e6f19eeffb68d5e90 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Tue, 31 Aug 2021 16:58:33 +0300 Subject: [PATCH] sci-physics/SU2: update LICENSE set and PYTHON_COMPAT Signed-off-by: Sergey Torokhov --- sci-physics/SU2/SU2-7.1.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-physics/SU2/SU2-7.1.1.ebuild b/sci-physics/SU2/SU2-7.1.1.ebuild index a10b2a489a..4817101c31 100644 --- a/sci-physics/SU2/SU2-7.1.1.ebuild +++ b/sci-physics/SU2/SU2-7.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit meson python-single-r1 @@ -16,7 +16,9 @@ SRC_URI=" tutorials? ( https://github.com/su2code/Tutorials/archive/v${PV}.tar.gz -> ${P}-Tutorials.tar.gz ) " -LICENSE="LGPL-2.1" +# SU2: LGPL-2.1; cgnslib: ZLIB, TecIO: all-rights-reserved; +# Metis: Apache-2.0; Parmetis: all-rights-reserved, free-noncomm; Mutationpp: LGPL-3.0. +LICENSE="Apache-2.0 LGPL-2.1 LGPL-3 ZLIB all-rights-reserved free-noncomm" SLOT="0" KEYWORDS="~amd64"