diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-26 08:23:30 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-27 08:22:57 -0500 |
commit | 10a1bfe6e0ef17190161839f1ae73373591f468e (patch) | |
tree | 232ea8dfa126c39294409a7e448f6fdcb7c99cfc /sci-mathematics | |
parent | dev-python/pydata-sphinx-theme: add 0.14.4 (diff) | |
download | gentoo-10a1bfe6e0ef17190161839f1ae73373591f468e.tar.gz gentoo-10a1bfe6e0ef17190161839f1ae73373591f468e.tar.bz2 gentoo-10a1bfe6e0ef17190161839f1ae73373591f468e.zip |
sci-mathematics/singular: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-4.3.2_p1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |