mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user