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 AB068158099 for ; Wed, 22 Nov 2023 22:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E532BC023; Wed, 22 Nov 2023 22:32:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD6E72BC023 for ; Wed, 22 Nov 2023 22:32:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A38F9335D27 for ; Wed, 22 Nov 2023 22:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF766A64 for ; Wed, 22 Nov 2023 22:32:01 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1700692275.5530ead9936b5d402d7f29cd75dad2ff0082f32b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpfi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mpfi/mpfi-1.5.4.ebuild X-VCS-Directories: sci-libs/mpfi/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 5530ead9936b5d402d7f29cd75dad2ff0082f32b X-VCS-Branch: master Date: Wed, 22 Nov 2023 22:32:01 +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: f32516fb-5a49-45f2-a63e-f2fa43d89c4e X-Archives-Hash: c74518b21516177b76d1da764820acf7 commit: 5530ead9936b5d402d7f29cd75dad2ff0082f32b Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 22 22:31:15 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 22 22:31:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5530ead9 sci-libs/mpfi: update LICENSE Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/mpfi/mpfi-1.5.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild index 80f3bc6e283a..76afa306787b 100644 --- a/sci-libs/mpfi/mpfi-1.5.4.ebuild +++ b/sci-libs/mpfi/mpfi-1.5.4.ebuild @@ -9,7 +9,9 @@ DESCRIPTION="Multiple precision interval arithmetic library based on MPFR" HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html" SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz" -LICENSE="GPL-2" +# COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers +# are LGPL-2.1+ +LICENSE="GPL-3 LGPL-3 LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"