diff options
author | 2022-03-19 09:02:14 +0000 | |
---|---|---|
committer | 2022-03-19 09:02:14 +0000 | |
commit | a33f3aa1ab3a0b5ff12f9e1f44123fd348879ad8 (patch) | |
tree | 42072376def8911b00df3f09629956e5935084de /sci-libs/libigl | |
parent | dev-lang/erlang: add 24.3.2 (diff) | |
download | gentoo-a33f3aa1ab3a0b5ff12f9e1f44123fd348879ad8.tar.gz gentoo-a33f3aa1ab3a0b5ff12f9e1f44123fd348879ad8.tar.bz2 gentoo-a33f3aa1ab3a0b5ff12f9e1f44123fd348879ad8.zip |
sci-libs/libigl: update LICENSE
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'sci-libs/libigl')
-rw-r--r-- | sci-libs/libigl/libigl-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libigl/libigl-2.3.0.ebuild b/sci-libs/libigl/libigl-2.3.0.ebuild index 9b545af98daa..4394eb040c0b 100644 --- a/sci-libs/libigl/libigl-2.3.0.ebuild +++ b/sci-libs/libigl/libigl-2.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 @@ -9,7 +9,7 @@ DESCRIPTION="A simple C++ geometry processing library" HOMEPAGE="https://libigl.github.io/" SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-2+ MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" |