diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-02-06 19:20:19 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-02-06 19:20:19 +0100 |
commit | a65dce81fb175d254d616cc4f8d17887b07dd31f (patch) | |
tree | 0fc7077d4e511a1544f0d4dd945fed516f72a77f /app-text/nuspell | |
parent | app-text/qpdf: Bump to version 9.1.1 (diff) | |
download | gentoo-a65dce81fb175d254d616cc4f8d17887b07dd31f.tar.gz gentoo-a65dce81fb175d254d616cc4f8d17887b07dd31f.tar.bz2 gentoo-a65dce81fb175d254d616cc4f8d17887b07dd31f.zip |
app-text/nuspell: Add missing test dependency
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'app-text/nuspell')
-rw-r--r-- | app-text/nuspell/nuspell-3.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |