diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-11 17:52:20 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-11 18:28:08 +0000 |
commit | 68e1262f9513340fd057a0ab84751a3ac3653ca6 (patch) | |
tree | 3383b9c3077e1ed14c0509c404b6e765f03fd64c /media-gfx/solvespace | |
parent | media-gfx/solvespace: add myself as a maintainer (diff) | |
download | gentoo-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.ebuild | 10 |
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:= |