From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1572379-garchives=archives.gentoo.org@lists.gentoo.org>
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 57EA2158099
	for <garchives@archives.gentoo.org>; Wed, 22 Nov 2023 22:06:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8CDAC2BC023;
	Wed, 22 Nov 2023 22:06:33 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5B6D22BC023
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Nov 2023 22:06:33 +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 4C33A335DEB
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Nov 2023 22:06:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D7D13B3
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Nov 2023 22:06:30 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
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" <mjo@gentoo.org>
Message-ID: <1700690711.35e42942dff20237db71cbf4fd48a79035cd5339.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-mathematics/pari/pari-2.15.4-r1.ebuild
X-VCS-Directories: sci-mathematics/pari/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: 35e42942dff20237db71cbf4fd48a79035cd5339
X-VCS-Branch: master
Date: Wed, 22 Nov 2023 22:06:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 926b5dc8-7394-4503-bd3c-d1bb51038a18
X-Archives-Hash: 72e06f813dc9e87c685010f4b9beb105

commit:     35e42942dff20237db71cbf4fd48a79035cd5339
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 22:05:11 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 22:05:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e42942

sci-mathematics/pari: update LICENSE

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/pari/pari-2.15.4-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/pari/pari-2.15.4-r1.ebuild b/sci-mathematics/pari/pari-2.15.4-r1.ebuild
index 871eb91d5283..07ec717b7ad5 100644
--- a/sci-mathematics/pari/pari-2.15.4-r1.ebuild
+++ b/sci-mathematics/pari/pari-2.15.4-r1.ebuild
@@ -9,7 +9,8 @@ DESCRIPTION="Computer-aided number theory C library and tools"
 HOMEPAGE="https://pari.math.u-bordeaux.fr/"
 SRC_URI="https://pari.math.u-bordeaux.fr/pub/${PN}/unix/${P}.tar.gz"
 
-LICENSE="GPL-2"
+# Their LICENSE file says "or (at your option) any later version"
+LICENSE="GPL-2+"
 
 # The subslot is the value of $soname_num obtained from
 # upstream's config/version script.