summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-03-11 17:52:20 +0000
committerMatthew Smith <matthew@gentoo.org>2022-03-11 18:28:08 +0000
commit68e1262f9513340fd057a0ab84751a3ac3653ca6 (patch)
tree3383b9c3077e1ed14c0509c404b6e765f03fd64c /media-gfx/solvespace
parentmedia-gfx/solvespace: add myself as a maintainer (diff)
downloadgentoo-68e1262f9513340fd057a0ab84751a3ac3653ca6.tar.gz
gentoo-68e1262f9513340fd057a0ab84751a3ac3653ca6.tar.bz2
gentoo-68e1262f9513340fd057a0ab84751a3ac3653ca6.zip
media-gfx/solvespace: update LICENSE
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'media-gfx/solvespace')
-rw-r--r--media-gfx/solvespace/solvespace-3.0.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-gfx/solvespace/solvespace-3.0.ebuild b/media-gfx/solvespace/solvespace-3.0.ebuild
index 81b40ddc7973..071b43161fe7 100644
--- a/media-gfx/solvespace/solvespace-3.0.ebuild
+++ b/media-gfx/solvespace/solvespace-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,9 +19,15 @@ SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> ${P}.
https://github.com/solvespace/libdxfrw/archive/${DXFRW_COMMIT}.tar.gz -> ${DXFRW_P}.tar.gz
https://github.com/microsoft/mimalloc/archive/${MIMALLOC_COMMIT}.tar.gz -> ${MIMALLOC_P}.tar.gz"
+# licenses
+# + SolveSpace (GPL-3+)
+# |- Bitstream Vera (BitstreamVera)
+# + libdxfrw (GPL-2+)
+# + mimalloc (MIT)
+
IUSE="openmp"
KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
+LICENSE="BitstreamVera GPL-2+ GPL-3+ MIT"
SLOT="0"
RDEPEND="dev-cpp/atkmm:=