app-text/nuspell: Add missing test dependency
authorSebastian Pipping <sping@gentoo.org>
Thu, 6 Feb 2020 18:20:19 +0000 (19:20 +0100)
committerSebastian Pipping <sping@gentoo.org>
Thu, 6 Feb 2020 18:20:19 +0000 (19:20 +0100)
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

app-text/nuspell/nuspell-3.0.0.ebuild

index 911f390e6d2fbdda371aa32dcc2bc99a79c3bd1e..91e224ba8293f3fa3233c89fce776ef437f4b726 100644 (file)
@@ -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 )