diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-12 13:00:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-13 18:12:12 +0200 |
commit | 9fb8bd45513d52d1a2e2afcad2c8992da61288b1 (patch) | |
tree | ac7e0fbb87108c21a1b6456adb4be6db9b401615 /sci-physics/fastjet | |
parent | net-analyzer/sguil-sensor: Update LICENSE (diff) | |
download | gentoo-9fb8bd45513d52d1a2e2afcad2c8992da61288b1.tar.gz gentoo-9fb8bd45513d52d1a2e2afcad2c8992da61288b1.tar.bz2 gentoo-9fb8bd45513d52d1a2e2afcad2c8992da61288b1.zip |
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 <ulm@gentoo.org>
Diffstat (limited to 'sci-physics/fastjet')
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.6-r2.ebuild (renamed from sci-physics/fastjet/fastjet-3.0.6-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild index b5cfe12ace33..c6472206f843 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" |