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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D1D613835A for ; Thu, 13 May 2021 16:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F3CE085B; Thu, 13 May 2021 16:12:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 835F7E085B for ; Thu, 13 May 2021 16:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A916335D1F for ; Thu, 13 May 2021 16:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C05C8787 for ; Thu, 13 May 2021 16:12:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1620922332.9fb8bd45513d52d1a2e2afcad2c8992da61288b1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/fastjet/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/fastjet/fastjet-3.0.6-r1.ebuild sci-physics/fastjet/fastjet-3.0.6-r2.ebuild X-VCS-Directories: sci-physics/fastjet/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9fb8bd45513d52d1a2e2afcad2c8992da61288b1 X-VCS-Branch: master Date: Thu, 13 May 2021 16:12:36 +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: 5c695961-6331-412c-ad4c-bf8bdf910e5c X-Archives-Hash: bd175122381b68c62e90f19cae32062c commit: 9fb8bd45513d52d1a2e2afcad2c8992da61288b1 Author: Ulrich Müller gentoo org> AuthorDate: Wed May 12 11:00:17 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu May 13 16:12:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb8bd45 sci-physics/fastjet: Update LICENSE This appears to be licensed under GPL-2+, not QPL. Bug: https://bugs.gentoo.org/789666 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> .../fastjet/{fastjet-3.0.6-r1.ebuild => fastjet-3.0.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild similarity index 98% rename from sci-physics/fastjet/fastjet-3.0.6-r1.ebuild rename to sci-physics/fastjet/fastjet-3.0.6-r2.ebuild index b5cfe12ace3..c6472206f84 100644 --- a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild +++ b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Fast implementation of several recombination jet algorithms" HOMEPAGE="http://www.fastjet.fr/" SRC_URI="http://www.fastjet.fr/repo/${P}.tar.gz" -LICENSE="GPL-2 QPL" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cgal doc examples +plugins"