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 | |
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')
-rw-r--r-- | dev-libs/igraph/igraph-0.10.10.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/igraph/igraph-0.10.11.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/igraph/igraph-0.10.4-r1.ebuild | 2 |
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" |