diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 21:38:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 21:38:21 +0100 |
commit | f699a76425d24e1ead794be9a8488dc26f8640ab (patch) | |
tree | 3fa54582cfba570dafbb5c408636308065a1518c /dev-libs/igraph/igraph-0.10.11.ebuild | |
parent | dev-libs/igraph: disable -Werror (diff) | |
download | gentoo-f699a76425d24e1ead794be9a8488dc26f8640ab.tar.gz gentoo-f699a76425d24e1ead794be9a8488dc26f8640ab.tar.bz2 gentoo-f699a76425d24e1ead794be9a8488dc26f8640ab.zip |
dev-libs/igraph: update LICENSE
Per the bug, it's GPL-2+ (see https://igraph.org/c/html/latest/igraph-Introduction.html#igraph-is-free-software).
Closes: https://bugs.gentoo.org/914971
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/igraph/igraph-0.10.11.ebuild')
-rw-r--r-- | dev-libs/igraph/igraph-0.10.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/igraph/igraph-0.10.11.ebuild b/dev-libs/igraph/igraph-0.10.11.ebuild index 0553751b2bcf..30a8f524a0b5 100644 --- a/dev-libs/igraph/igraph-0.10.11.ebuild +++ b/dev-libs/igraph/igraph-0.10.11.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Creating and manipulating undirected and directed graphs" HOMEPAGE="https://igraph.org/" SRC_URI="https://github.com/igraph/igraph/releases/download/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0/0" KEYWORDS="~amd64 ~x86" |