summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-09 21:38:21 +0100
committerSam James <sam@gentoo.org>2024-05-09 21:38:21 +0100
commitf699a76425d24e1ead794be9a8488dc26f8640ab (patch)
tree3fa54582cfba570dafbb5c408636308065a1518c /dev-libs/igraph/igraph-0.10.11.ebuild
parentdev-libs/igraph: disable -Werror (diff)
downloadgentoo-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.ebuild2
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"