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 E1221138350 for ; Thu, 6 Feb 2020 17:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F20E0844; Thu, 6 Feb 2020 17:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75A91E0844 for ; Thu, 6 Feb 2020 17:28:54 +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 05B3C34E810 for ; Thu, 6 Feb 2020 17:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A8B10B for ; Thu, 6 Feb 2020 17:28:50 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1581010044.feb6ac99da13a8ebfefb3740976520a874bd8383.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nuspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nuspell/nuspell-3.0.0.ebuild X-VCS-Directories: app-text/nuspell/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: feb6ac99da13a8ebfefb3740976520a874bd8383 X-VCS-Branch: master Date: Thu, 6 Feb 2020 17:28:50 +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: edce5f31-ab7e-430a-819e-e281cb97fd88 X-Archives-Hash: 62563c713d1929a6b368c242ff014dfc commit: feb6ac99da13a8ebfefb3740976520a874bd8383 Author: Sebastian Pipping gentoo org> AuthorDate: Thu Feb 6 17:27:24 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Feb 6 17:27:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb6ac99 app-text/nuspell: Fix license Upstream: https://github.com/nuspell/nuspell/issues/51#issuecomment-583015016 Signed-off-by: Sebastian Pipping gentoo.org> 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 efd1c51aa48..b5874aeda40 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"