From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64714158090 for ; Sat, 28 Sep 2024 20:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8BBE2B39; Sat, 28 Sep 2024 20:07:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF9CE2B39 for ; Sat, 28 Sep 2024 20:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D824343194 for ; Sat, 28 Sep 2024 20:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9719B27F2 for ; Sat, 28 Sep 2024 20:07:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1727554014.0f25b77151bc029a69e028d30951134f7a11527d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/graph-tool-9999.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0f25b77151bc029a69e028d30951134f7a11527d X-VCS-Branch: master Date: Sat, 28 Sep 2024 20:07:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b6add73-c954-4a75-b6db-a24fb60483db X-Archives-Hash: 8f3f63a54f15cc3712dc2b4db7cd51ea commit: 0f25b77151bc029a69e028d30951134f7a11527d Author: David Seifert gentoo org> AuthorDate: Sat Sep 28 20:06:54 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 28 20:06:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f25b771 dev-python/graph-tool: update license to LGPLv3 Signed-off-by: David Seifert gentoo.org> dev-python/graph-tool/graph-tool-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 933f090ee1fa..527c8cec589b 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.ebuild @@ -18,7 +18,7 @@ fi DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" HOMEPAGE="https://graph-tool.skewed.de/" -LICENSE="GPL-3" +LICENSE="LGPL-3" SLOT="0" IUSE="+cairo openmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}"