From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143533-garchives=archives.gentoo.org@lists.gentoo.org> 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 6EDF7138350 for <garchives@archives.gentoo.org>; Thu, 6 Feb 2020 18:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE66E08EB; Thu, 6 Feb 2020 18:20:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58AF7E08EB for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 18:20:59 +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 21DC334E81B for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 18:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D9BEE for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 18:20:55 +0000 (UTC) From: "Sebastian Pipping" <sping@gentoo.org> 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" <sping@gentoo.org> Message-ID: <1581013219.a65dce81fb175d254d616cc4f8d17887b07dd31f.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: a65dce81fb175d254d616cc4f8d17887b07dd31f X-VCS-Branch: master Date: Thu, 6 Feb 2020 18:20:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4171d43e-7f04-4d98-93e8-fecc82f6f30a X-Archives-Hash: 63c5a28a6add49479ab70eaf4725f82d commit: a65dce81fb175d254d616cc4f8d17887b07dd31f Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 18:20:19 2020 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 18:20:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65dce81 app-text/nuspell: Add missing test dependency Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 app-text/nuspell/nuspell-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild index 911f390e6d2..91e224ba829 100644 --- a/app-text/nuspell/nuspell-3.0.0.ebuild +++ b/app-text/nuspell/nuspell-3.0.0.ebuild @@ -17,6 +17,7 @@ IUSE="doc test" RDEPEND="dev-libs/icu" DEPEND="${RDEPEND} doc? ( app-text/ronn ) + test? ( >=dev-cpp/catch-2.3.0:0 ) >=dev-libs/boost-1.62[icu]" DOCS=( CHANGELOG.md )