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
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>
-rw-r--r--dev-libs/igraph/igraph-0.10.10.ebuild2
-rw-r--r--dev-libs/igraph/igraph-0.10.11.ebuild2
-rw-r--r--dev-libs/igraph/igraph-0.10.4-r1.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/igraph/igraph-0.10.10.ebuild b/dev-libs/igraph/igraph-0.10.10.ebuild
index cb7c5a2e937c..7f5111f0726e 100644
--- a/dev-libs/igraph/igraph-0.10.10.ebuild
+++ b/dev-libs/igraph/igraph-0.10.10.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"
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"
diff --git a/dev-libs/igraph/igraph-0.10.4-r1.ebuild b/dev-libs/igraph/igraph-0.10.4-r1.ebuild
index 9ccfb98c5cbb..a8d0b8c64efd 100644
--- a/dev-libs/igraph/igraph-0.10.4-r1.ebuild
+++ b/dev-libs/igraph/igraph-0.10.4-r1.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"