diff options
author | Sam James <sam@gentoo.org> | 2022-01-28 07:22:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 07:24:04 +0000 |
commit | d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd (patch) | |
tree | 257b0f97ca416077f373b81399ea2e9a7c44f73d /app-text/nuspell | |
parent | dev-vcs/git-lfs: allow app-text/ronn-ng instead of app-text/ronn (diff) | |
download | gentoo-d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd.tar.gz gentoo-d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd.tar.bz2 gentoo-d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd.zip |
app-text/nuspell: allow app-text/ronn-ng instead of app-text/ronn
ronn is going away and is replaced by ronn-ng.
(Revbump because otherwise the package manager has no reason to be
aware that it can be liberated of app-text/ronn and choose app-text/ronn-ng
otherwise, when app-text/ronn gets masked.)
Bug: https://bugs.gentoo.org/770907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/nuspell')
-rw-r--r-- | app-text/nuspell/nuspell-3.1.2-r1.ebuild (renamed from app-text/nuspell/nuspell-3.1.2.ebuild) | 4 | ||||
-rw-r--r-- | app-text/nuspell/nuspell-4.0.0-r1.ebuild (renamed from app-text/nuspell/nuspell-4.0.0.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild b/app-text/nuspell/nuspell-3.1.2-r1.ebuild index 57cbf24e8c75..f0fd181ee336 100644 --- a/app-text/nuspell/nuspell-3.1.2.ebuild +++ b/app-text/nuspell/nuspell-3.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,9 +16,9 @@ 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,nls]" +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )" DOCS=( CHANGELOG.md ) diff --git a/app-text/nuspell/nuspell-4.0.0.ebuild b/app-text/nuspell/nuspell-4.0.0-r1.ebuild index b7de7c6dd8c8..fa2f0d78afd0 100644 --- a/app-text/nuspell/nuspell-4.0.0.ebuild +++ b/app-text/nuspell/nuspell-4.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,9 +16,9 @@ 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,nls]" +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )" DOCS=( CHANGELOG.md ) |