diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:05:11 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:05:11 -0500 |
commit | 35e42942dff20237db71cbf4fd48a79035cd5339 (patch) | |
tree | 3d9dc5f299038be172eb6e28617f7f23aad1025c /sci-mathematics | |
parent | app-eselect/eselect-mpg123: [QA] Don't set S to FILESDIR (diff) | |
download | gentoo-35e42942dff20237db71cbf4fd48a79035cd5339.tar.gz gentoo-35e42942dff20237db71cbf4fd48a79035cd5339.tar.bz2 gentoo-35e42942dff20237db71cbf4fd48a79035cd5339.zip |
sci-mathematics/pari: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.15.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.15.4-r1.ebuild b/sci-mathematics/pari/pari-2.15.4-r1.ebuild index 871eb91d5283..07ec717b7ad5 100644 --- a/sci-mathematics/pari/pari-2.15.4-r1.ebuild +++ b/sci-mathematics/pari/pari-2.15.4-r1.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Computer-aided number theory C library and tools" HOMEPAGE="https://pari.math.u-bordeaux.fr/" SRC_URI="https://pari.math.u-bordeaux.fr/pub/${PN}/unix/${P}.tar.gz" -LICENSE="GPL-2" +# Their LICENSE file says "or (at your option) any later version" +LICENSE="GPL-2+" # The subslot is the value of $soname_num obtained from # upstream's config/version script. |