diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild b/app-text/nuspell/nuspell-3.1.2-r1.ebuild similarity index 92% rename from app-text/nuspell/nuspell-3.1.2.ebuild rename to app-text/nuspell/nuspell-3.1.2-r1.ebuild index 57cbf24e8c75f..f0fd181ee3360 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 similarity index 92% rename from app-text/nuspell/nuspell-4.0.0.ebuild rename to app-text/nuspell/nuspell-4.0.0-r1.ebuild index b7de7c6dd8c80..fa2f0d78afd00 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 )