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 820A1138359 for ; Mon, 2 Nov 2020 17:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 994CFE0863; Mon, 2 Nov 2020 17:49:48 +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 7BF4EE0863 for ; Mon, 2 Nov 2020 17:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A26C340D39 for ; Mon, 2 Nov 2020 17:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A61A61DF for ; Mon, 2 Nov 2020 17:49:45 +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: <1604339303.f33f37638ea06ff40b8c26a3011faeec590038bf.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.1.2.ebuild app-text/nuspell/nuspell-4.0.0.ebuild app-text/nuspell/nuspell-4.0.1.ebuild X-VCS-Directories: app-text/nuspell/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f33f37638ea06ff40b8c26a3011faeec590038bf X-VCS-Branch: master Date: Mon, 2 Nov 2020 17:49:45 +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: 73b29aa1-3ce0-4010-a40b-f83befc2af98 X-Archives-Hash: 5a4a39467798e458782163350a82d79f commit: f33f37638ea06ff40b8c26a3011faeec590038bf Author: Sebastian Pipping gentoo org> AuthorDate: Mon Nov 2 17:48:23 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Nov 2 17:48:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33f3763 app-text/nuspell: Require dev-libs/boost[nls] Closes: https://bugs.gentoo.org/752354 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23 app-text/nuspell/nuspell-3.1.2.ebuild | 2 +- app-text/nuspell/nuspell-4.0.0.ebuild | 2 +- app-text/nuspell/nuspell-4.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild b/app-text/nuspell/nuspell-3.1.2.ebuild index d5c3f19e7d5..57cbf24e8c7 100644 --- a/app-text/nuspell/nuspell-3.1.2.ebuild +++ b/app-text/nuspell/nuspell-3.1.2.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu" DEPEND="${RDEPEND} doc? ( app-text/ronn ) test? ( >=dev-cpp/catch-2.3.0:0 ) - >=dev-libs/boost-1.62[icu]" + >=dev-libs/boost-1.62[icu,nls]" DOCS=( CHANGELOG.md ) diff --git a/app-text/nuspell/nuspell-4.0.0.ebuild b/app-text/nuspell/nuspell-4.0.0.ebuild index f1efba34ff9..b7de7c6dd8c 100644 --- a/app-text/nuspell/nuspell-4.0.0.ebuild +++ b/app-text/nuspell/nuspell-4.0.0.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu" DEPEND="${RDEPEND} doc? ( app-text/ronn ) test? ( >=dev-cpp/catch-2.3.0:0 ) - >=dev-libs/boost-1.62[icu]" + >=dev-libs/boost-1.62[icu,nls]" DOCS=( CHANGELOG.md ) diff --git a/app-text/nuspell/nuspell-4.0.1.ebuild b/app-text/nuspell/nuspell-4.0.1.ebuild index eae5d180a1b..f38131dbab5 100644 --- a/app-text/nuspell/nuspell-4.0.1.ebuild +++ b/app-text/nuspell/nuspell-4.0.1.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu" DEPEND="${RDEPEND} doc? ( app-text/pandoc ) test? ( >=dev-cpp/catch-2.3.0:0 ) - >=dev-libs/boost-1.62[icu]" + >=dev-libs/boost-1.62[icu,nls]" DOCS=( CHANGELOG.md )