commit:     10a1bfe6e0ef17190161839f1ae73373591f468e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:23:30 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 13:22:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a1bfe6

sci-mathematics/singular: update LICENSE

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/singular/singular-4.3.2_p1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/singular/singular-4.3.2_p1.ebuild 
b/sci-mathematics/singular/singular-4.3.2_p1.ebuild
index d280e933c94f..9538852d6efb 100644
--- a/sci-mathematics/singular/singular-4.3.2_p1.ebuild
+++ b/sci-mathematics/singular/singular-4.3.2_p1.ebuild
@@ -16,7 +16,10 @@ HOMEPAGE="https://www.singular.uni-kl.de/ 
https://github.com/Singular/Singular";
 
SRC_URI="https://www.singular.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}.tar.gz";
 S="${WORKDIR}/${PN}-${MY_DIR2}"
 
-LICENSE="BSD GPL-2 GPL-3"
+# Most files say "version 2 or version 3 of the License," which is not
+# quite GPL-2+, and is why we have listed GPL-2 below. But AFAIK there
+# are no GPL-2-only files.
+LICENSE="BSD GPL-2 GPL-2+ GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~riscv ~x86 ~x86-linux"
 IUSE="emacs examples polymake +readline static-libs"

Reply via email to