diff options
author | 2023-11-22 17:13:43 -0500 | |
---|---|---|
committer | 2023-11-22 17:13:43 -0500 | |
commit | 1b3c28592ac3b32a726dfbfc03a625e08bab9e68 (patch) | |
tree | f159c4b21c8ba556ec8fbb0cbd5c5f9a3e4c3252 /dev-libs/gf2x | |
parent | sci-mathematics/pari: update LICENSE (diff) | |
download | gentoo-1b3c28592ac3b32a726dfbfc03a625e08bab9e68.tar.gz gentoo-1b3c28592ac3b32a726dfbfc03a625e08bab9e68.tar.bz2 gentoo-1b3c28592ac3b32a726dfbfc03a625e08bab9e68.zip |
dev-libs/gf2x: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-libs/gf2x')
-rw-r--r-- | dev-libs/gf2x/gf2x-1.3.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild index 17847f27665f..20327bcc95e1 100644 --- a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild +++ b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild @@ -10,7 +10,8 @@ HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ https://gforge.inria.fr/projects/g # The Gitlab release is missing the autotools files. SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz" -LICENSE="GPL-2" +# License is tricky, see their README +LICENSE="GPL-3+ GPL-2+" SLOT="0/3" # soname major version, defined in configure.ac KEYWORDS="amd64 ~arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="fft static-libs custom-tune" |