diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:41:57 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:41:57 -0500 |
commit | 2f3244a17040ac83d91bfb7388968f8bb7412dcb (patch) | |
tree | adb639a238d8454b58668e57dbb1cfba1d013984 /sci-mathematics | |
parent | sci-libs/mpfi: update LICENSE (diff) | |
download | gentoo-2f3244a17040ac83d91bfb7388968f8bb7412dcb.tar.gz gentoo-2f3244a17040ac83d91bfb7388968f8bb7412dcb.tar.bz2 gentoo-2f3244a17040ac83d91bfb7388968f8bb7412dcb.zip |
sci-mathematics/giac: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/giac/giac-1.9.0.67.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-mathematics/giac/giac-1.9.0.67.ebuild b/sci-mathematics/giac/giac-1.9.0.67.ebuild index a9165fd96178..8e4bf2f1a4ce 100644 --- a/sci-mathematics/giac/giac-1.9.0.67.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.67.ebuild @@ -10,7 +10,11 @@ MY_PV=$(ver_cut 1-3) DESCRIPTION="A free C++ Computer Algebra System library and its interfaces" HOMEPAGE="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html" SRC_URI="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${FETCH_P}.tar.gz" -LICENSE="GPL-2" + +# The licensing is explained in README. We disable or delete several +# bundled features (MicroPytho, QuickJS, FLTK, gl2ps) that are +# specifically mentioned there. +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" |