commit: 31745b7c70686115acd395839d5dee682b98c29d Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 22 22:22:53 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 22:22:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31745b7c
sci-mathematics/eclib: update LICENSE Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/eclib/eclib-20230424.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/eclib/eclib-20230424.ebuild b/sci-mathematics/eclib/eclib-20230424.ebuild index acd6e324bbf0..57e07cbbbb8f 100644 --- a/sci-mathematics/eclib/eclib-20230424.ebuild +++ b/sci-mathematics/eclib/eclib-20230424.ebuild @@ -9,7 +9,9 @@ DESCRIPTION="Programs for elliptic curves defined over the rational numbers" HOMEPAGE="https://github.com/JohnCremona/eclib" SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/v${PV}/${P}.tar.bz2" -LICENSE="GPL-2" +# COPYING is GPL-2 but the file headers say "or ... any later version" +# LGPL-2.1+ is for bundled GetOpt.cc +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/12" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
