diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-11-02 18:48:23 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-11-02 18:48:23 +0100 |
commit | f33f37638ea06ff40b8c26a3011faeec590038bf (patch) | |
tree | e896d4ae195da2d4d9d018d30d95f716d51b6bc6 /app-text/nuspell | |
parent | net-analyzer/nessus-bin: bump to 8.12.1 (diff) | |
download | gentoo-f33f37638ea06ff40b8c26a3011faeec590038bf.tar.gz gentoo-f33f37638ea06ff40b8c26a3011faeec590038bf.tar.bz2 gentoo-f33f37638ea06ff40b8c26a3011faeec590038bf.zip |
app-text/nuspell: Require dev-libs/boost[nls]
Closes: https://bugs.gentoo.org/752354
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'app-text/nuspell')
-rw-r--r-- | app-text/nuspell/nuspell-3.1.2.ebuild | 2 | ||||
-rw-r--r-- | app-text/nuspell/nuspell-4.0.0.ebuild | 2 | ||||
-rw-r--r-- | 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 d5c3f19e7d56..57cbf24e8c75 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 f1efba34ff95..b7de7c6dd8c8 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 eae5d180a1bc..f38131dbab56 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 ) |