From a65dce81fb175d254d616cc4f8d17887b07dd31f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 6 Feb 2020 19:20:19 +0100 Subject: app-text/nuspell: Add missing test dependency Signed-off-by: Sebastian Pipping 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 911f390e6d2f..91e224ba8293 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 ) -- cgit v1.2.3-65-gdbad