From feb6ac99da13a8ebfefb3740976520a874bd8383 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 6 Feb 2020 18:27:24 +0100 Subject: [PATCH] app-text/nuspell: Fix license Upstream: https://github.com/nuspell/nuspell/issues/51#issuecomment-583015016 Signed-off-by: Sebastian Pipping Package-Manager: Portage-2.3.84, Repoman-2.3.20 --- app-text/nuspell/nuspell-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild index efd1c51aa487e..b5874aeda40cc 100644 --- a/app-text/nuspell/nuspell-3.0.0.ebuild +++ b/app-text/nuspell/nuspell-3.0.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Spell checker library and CLI for complex natural languages" HOMEPAGE="https://nuspell.github.io/ https://github.com/nuspell/nuspell" SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-3+" +LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ ) LGPL-3+" SLOT="0/3" # due to libnuspell.so.3 KEYWORDS="~amd64 ~x86" IUSE="doc"