diff options
author | 2023-11-22 17:31:15 -0500 | |
---|---|---|
committer | 2023-11-22 17:31:15 -0500 | |
commit | 5530ead9936b5d402d7f29cd75dad2ff0082f32b (patch) | |
tree | 36d90dac2a7aae58d0aeb35f659673a587bf5b97 /sci-libs/mpfi | |
parent | sci-mathematics/cliquer: update LICENSE (diff) | |
download | gentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.tar.gz gentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.tar.bz2 gentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.zip |
sci-libs/mpfi: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/mpfi')
-rw-r--r-- | sci-libs/mpfi/mpfi-1.5.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild index 80f3bc6e283a..76afa306787b 100644 --- a/sci-libs/mpfi/mpfi-1.5.4.ebuild +++ b/sci-libs/mpfi/mpfi-1.5.4.ebuild @@ -9,7 +9,9 @@ DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz" -LICENSE="GPL-2" +# COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers +# are LGPL-2.1+ +LICENSE="GPL-3 LGPL-3 LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" |