summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-02-06 18:27:24 +0100
committerSebastian Pipping <sping@gentoo.org>2020-02-06 18:27:24 +0100
commitfeb6ac99da13a8ebfefb3740976520a874bd8383 (patch)
tree971c304207dcb727bbf03af638d58f7a5acc0ab7 /app-text/nuspell
parentsys-kernel/gentoo-kernel-bin: Bump to 4.19.102 (diff)
downloadgentoo-feb6ac99da13a8ebfefb3740976520a874bd8383.tar.gz
gentoo-feb6ac99da13a8ebfefb3740976520a874bd8383.tar.bz2
gentoo-feb6ac99da13a8ebfefb3740976520a874bd8383.zip
app-text/nuspell: Fix license
Upstream: https://github.com/nuspell/nuspell/issues/51#issuecomment-583015016 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'app-text/nuspell')
-rw-r--r--app-text/nuspell/nuspell-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild
index efd1c51aa487..b5874aeda40c 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"